mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
LibGUI+HackStudio: Associate new icons with their extensions
This commit is contained in:
parent
b227d54843
commit
45901d4141
4 changed files with 23 additions and 1 deletions
|
@ -34,6 +34,8 @@ namespace GUI {
|
|||
|
||||
#define ENUMERATE_FILETYPES(F) \
|
||||
F(cplusplus, ".cpp") \
|
||||
F(form, ".frm") \
|
||||
F(hackstudio, ".hsp") \
|
||||
F(header, ".h") \
|
||||
F(html, ".html") \
|
||||
F(image, ".png") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue