mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
LibGUI: Use filetype-header icon for .h files
This commit is contained in:
parent
4d0a344da0
commit
634c834283
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
|
||||
#define ENUMERATE_FILETYPES \
|
||||
__ENUMERATE_FILETYPE(cplusplus, ".cpp") \
|
||||
__ENUMERATE_FILETYPE(header, ".h") \
|
||||
__ENUMERATE_FILETYPE(html, ".html") \
|
||||
__ENUMERATE_FILETYPE(image, ".png") \
|
||||
__ENUMERATE_FILETYPE(java, ".java") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue