Skip to content

Commit

Permalink
LibGUI: Icon for INI file type
Browse files Browse the repository at this point in the history
  • Loading branch information
asliturk authored and awesomekling committed May 1, 2020
1 parent d847707 commit 5267ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/LibGUI/FileSystemModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
__ENUMERATE_FILETYPE(pdf, ".pdf") \
__ENUMERATE_FILETYPE(python, ".py") \
__ENUMERATE_FILETYPE(sound, ".wav") \
__ENUMERATE_FILETYPE(ini, ".ini") \
__ENUMERATE_FILETYPE(text, ".txt", ".md")
namespace GUI {

Expand Down

0 comments on commit 5267ccb

Please sign in to comment.