Base+LibGUI: Add icon for Python files

This commit is contained in:
Linus Groh 2020-04-25 20:04:23 +01:00 committed by Andreas Kling
parent 9de184d883
commit 4d0a344da0
3 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

View file

@ -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 {