diff options
author | Andres Vieira <anvieiravazquez@gmail.com> | 2020-04-26 20:58:05 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-26 21:13:57 +0200 |
commit | 88368df9a200958ca9c994600e3a1a702a3c8c6e (patch) | |
tree | 08468c46b47ea15173010fba3f5dbe17c54d187a /Base/res/apps | |
parent | 14c7988eeafd67722bbc246812d536345924c078 (diff) | |
download | serenity-88368df9a200958ca9c994600e3a1a702a3c8c6e.zip |
Base+Browser: Add an icon for the serenity Browser and make it use it
Browser was using the filetype-html icon instead of a dedicated one, so
we now have the globe from that icon reimagined and in good Buggie
company :^)
Diffstat (limited to 'Base/res/apps')
-rw-r--r-- | Base/res/apps/Browser.af | 4 |
1 files changed, 2 insertions, 2 deletions
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 |