mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
Base+LibGUI+Spreadsheet: Add icons for Spreadsheet
Also adds a Spreadsheet.af.
This commit is contained in:
committed by
Andreas Kling
parent
dd4bd0943a
commit
7465c51ef2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user