diff options
-rw-r--r-- | Applications/Browser/main.cpp | 2 | ||||
-rw-r--r-- | Base/res/apps/Browser.af | 4 | ||||
-rw-r--r-- | Base/res/icons/16x16/app-browser.png | bin | 0 -> 634 bytes | |||
-rw-r--r-- | Base/res/icons/32x32/app-browser.png | bin | 0 -> 1505 bytes |
4 files changed, 3 insertions, 3 deletions
diff --git a/Applications/Browser/main.cpp b/Applications/Browser/main.cpp index 648f7f4ae3..ec67ace18e 100644 --- a/Applications/Browser/main.cpp +++ b/Applications/Browser/main.cpp @@ -169,7 +169,7 @@ int main(int argc, char** argv) }; window_actions.on_about = [&] { - GUI::AboutDialog::show("Browser", Gfx::Bitmap::load_from_file("/res/icons/32x32/filetype-html.png"), window); + GUI::AboutDialog::show("Browser", Gfx::Bitmap::load_from_file("/res/icons/32x32/app-browser.png"), window); }; window_actions.on_show_bookmarks_bar = [&](auto& action) { diff --git a/Base/res/apps/Browser.af b/Base/res/apps/Browser.af index 038649468f..acd6b59817 100644 --- a/Base/res/apps/Browser.af +++ b/Base/res/apps/Browser.af @@ -4,5 +4,5 @@ Executable=/bin/Browser Category=Internet [Icons] -16x16=/res/icons/16x16/filetype-html.png -32x32=/res/icons/32x32/filetype-html.png +16x16=/res/icons/16x16/app-browser.png +32x32=/res/icons/32x32/app-browser.png diff --git a/Base/res/icons/16x16/app-browser.png b/Base/res/icons/16x16/app-browser.png Binary files differnew file mode 100644 index 0000000000..29e03d4919 --- /dev/null +++ b/Base/res/icons/16x16/app-browser.png diff --git a/Base/res/icons/32x32/app-browser.png b/Base/res/icons/32x32/app-browser.png Binary files differnew file mode 100644 index 0000000000..1dc8c195a0 --- /dev/null +++ b/Base/res/icons/32x32/app-browser.png |