mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
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:
parent
e38b454e11
commit
3900eebf15
6 changed files with 36 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue