mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Base: Add C file type icon
Add 16x16 and 32x32 file icons for C files.
This commit is contained in:
parent
7b223fa51a
commit
861efc520e
3 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
[Icons]
|
[Icons]
|
||||||
cplusplus=*.cpp,*.cxx,*.cc,*.c++
|
cplusplus=*.cpp,*.cxx,*.cc,*.c++
|
||||||
|
c=*.c
|
||||||
font=*.font
|
font=*.font
|
||||||
form=*.frm
|
form=*.frm
|
||||||
header=*.h,*.hpp,*.hxx,*.hh,*.h++
|
header=*.h,*.hpp,*.hxx,*.hh,*.h++
|
||||||
|
|
BIN
Base/res/icons/16x16/filetype-c.png
Normal file
BIN
Base/res/icons/16x16/filetype-c.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
Base/res/icons/32x32/filetype-c.png
Normal file
BIN
Base/res/icons/32x32/filetype-c.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
Loading…
Add table
Add a link
Reference in a new issue