diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2020-07-07 07:04:06 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-07 13:38:35 +0200 |
commit | 27109c346783a7812b39699dce20cd2bf2a0bf54 (patch) | |
tree | d28ebebd3b0a62b2406d35f2f09135d552e0575f /Base/res/apps | |
parent | 92374fc94227ad6774d1243e10e19871d0d5c0db (diff) | |
download | serenity-27109c346783a7812b39699dce20cd2bf2a0bf54.zip |
Base+Help: Add new Help app icons
This adds a new 32x32 Help application icon, a new open book icon,
copies the current book icon as Help's 16x16 icon, and updates
the Help application file to reflect these changes.
Diffstat (limited to 'Base/res/apps')
-rw-r--r-- | Base/res/apps/Help.af | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/res/apps/Help.af b/Base/res/apps/Help.af index 6f71baa998..1555aa6815 100644 --- a/Base/res/apps/Help.af +++ b/Base/res/apps/Help.af @@ -4,5 +4,5 @@ Executable=/bin/Help Category=Utilities [Icons] -16x16=/res/icons/16x16/book.png -32x32= +16x16=/res/icons/16x16/app-help.png +32x32=/res/icons/32x32/app-help.png |