mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00:00
LibGUI+HackStudio: Associate new icons with their extensions
This commit is contained in:
parent
b227d54843
commit
45901d4141
Notes:
sideshowbarker
2024-07-19 03:08:04 +09:00
Author: https://github.com/thankyouverycool
Commit: 45901d4141
Pull-request: https://github.com/SerenityOS/serenity/pull/3310
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