1
Fork 0
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:
thankyouverycool 2020-08-26 10:11:44 -04:00 committed by Andreas Kling
parent b227d54843
commit 45901d4141
4 changed files with 23 additions and 1 deletions

View file

@ -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") \