mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
LibGUI: Use filetype-header icon for .h files
This commit is contained in:
parent
4d0a344da0
commit
634c834283
Notes:
sideshowbarker
2024-07-19 07:17:39 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/634c8342832 Pull-request: https://github.com/SerenityOS/serenity/pull/1954
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
Reference in a new issue