LibGUI: Use filetype-header icon for .h files

This commit is contained in:
Linus Groh 2020-04-25 20:06:00 +01:00 committed by Andreas Kling
parent 4d0a344da0
commit 634c834283
Notes: sideshowbarker 2024-07-19 07:17:39 +09:00

View file

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