mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:57:36 +00:00
Base+LibGUI: Add icon for Python files
This commit is contained in:
parent
9de184d883
commit
4d0a344da0
3 changed files with 1 additions and 0 deletions
BIN
Base/res/icons/16x16/filetype-python.png
Normal file
BIN
Base/res/icons/16x16/filetype-python.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 674 B |
BIN
Base/res/icons/32x32/filetype-python.png
Normal file
BIN
Base/res/icons/32x32/filetype-python.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 824 B |
|
@ -44,6 +44,7 @@
|
|||
__ENUMERATE_FILETYPE(library, ".so", ".a") \
|
||||
__ENUMERATE_FILETYPE(object, ".o", ".obj") \
|
||||
__ENUMERATE_FILETYPE(pdf, ".pdf") \
|
||||
__ENUMERATE_FILETYPE(python, ".py") \
|
||||
__ENUMERATE_FILETYPE(sound, ".wav") \
|
||||
__ENUMERATE_FILETYPE(text, ".txt")
|
||||
namespace GUI {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue