diff --git a/Base/res/icons/32x32/msgbox-warning.png b/Base/res/icons/32x32/msgbox-warning.png deleted file mode 100644 index 32bdd9e2181..00000000000 Binary files a/Base/res/icons/32x32/msgbox-warning.png and /dev/null differ diff --git a/Base/res/ladybird/templates/error.html b/Base/res/ladybird/templates/error.html index 19ed3761ffb..5bbfc203761 100644 --- a/Base/res/ladybird/templates/error.html +++ b/Base/res/ladybird/templates/error.html @@ -4,26 +4,52 @@ Error!
- Warning + + + +

Failed to load %failed_url%

%error_message%

diff --git a/Meta/gn/secondary/Ladybird/BUILD.gn b/Meta/gn/secondary/Ladybird/BUILD.gn index 8c465ba6506..7b0ab6724bf 100644 --- a/Meta/gn/secondary/Ladybird/BUILD.gn +++ b/Meta/gn/secondary/Ladybird/BUILD.gn @@ -243,7 +243,6 @@ icons_32x32 = [ "//Base/res/icons/32x32/app-system-monitor.png", "//Base/res/icons/32x32/filetype-folder.png", "//Base/res/icons/32x32/filetype-unknown.png", - "//Base/res/icons/32x32/msgbox-warning.png", ] icons_48x48 = [ "//Base/res/icons/48x48/app-browser.png" ] diff --git a/UI/cmake/ResourceFiles.cmake b/UI/cmake/ResourceFiles.cmake index f365bdfcc81..eda7661aa5a 100644 --- a/UI/cmake/ResourceFiles.cmake +++ b/UI/cmake/ResourceFiles.cmake @@ -41,7 +41,6 @@ set(32x32_ICONS app-system-monitor.png filetype-folder.png filetype-unknown.png - msgbox-warning.png ) set(48x48_ICONS app-browser.png