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:
parent
dd4bd0943a
commit
7465c51ef2
7 changed files with 18 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue