1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:48:14 +00:00

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
parent dd4bd0943a
commit 7465c51ef2
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;