FileManager+LibGUI+html: Add an icon to represent HTML files

This also becomes the app icon for the little "html" program. :^)
This commit is contained in:
Andreas Kling 2019-09-29 21:00:41 +02:00
commit 3900eebf15
Notes: sideshowbarker 2024-07-19 11:53:01 +09:00
6 changed files with 36 additions and 0 deletions

View file

@ -78,6 +78,7 @@ private:
GIcon m_executable_icon;
GIcon m_filetype_image_icon;
GIcon m_filetype_sound_icon;
GIcon m_filetype_html_icon;
HashMap<uid_t, String> m_user_names;
HashMap<gid_t, String> m_group_names;