Base+LibGUI+Spreadsheet: Add icons for Spreadsheet

Also adds a Spreadsheet.af.
This commit is contained in:
AnotherTest 2020-08-27 09:05:56 +04:30 committed by Andreas Kling
commit 7465c51ef2
Notes: sideshowbarker 2024-07-19 03:06:20 +09:00
7 changed files with 18 additions and 5 deletions

View file

@ -48,7 +48,8 @@ namespace GUI {
F(python, ".py") \
F(sound, ".wav") \
F(ini, ".ini") \
F(text, ".txt")
F(text, ".txt") \
F(spreadsheet, ".sheets")
#define __ENUMERATE_FILETYPE(filetype_name, ...) \
static Icon s_filetype_##filetype_name##_icon;