mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
Base+LibGUI+Spreadsheet: Add icons for Spreadsheet
Also adds a Spreadsheet.af.
This commit is contained in:
parent
dd4bd0943a
commit
7465c51ef2
Notes:
sideshowbarker
2024-07-19 03:06:20 +09:00
Author: https://github.com/alimpfard
Commit: 7465c51ef2
Pull-request: https://github.com/SerenityOS/serenity/pull/3312
Reviewed-by: https://github.com/awesomekling
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