mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Base: Create "Office" Application category
This category includes anything useful for getting work done with your computer. It is mostly a split-off from the Utilites category which was becoming very large.
This commit is contained in:
parent
4777dc75c5
commit
2be89597a8
Notes:
sideshowbarker
2024-07-17 07:43:05 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/2be89597a8 Pull-request: https://github.com/SerenityOS/serenity/pull/15718 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/davidot ✅ Reviewed-by: https://github.com/idispatch ✅
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
[App]
|
||||
Name=Calendar
|
||||
Executable=/bin/Calendar
|
||||
Category=Utilities
|
||||
Category=Office
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[App]
|
||||
Name=PDF Viewer
|
||||
Executable=/bin/PDFViewer
|
||||
Category=Graphics
|
||||
Category=Office
|
||||
|
||||
[Launcher]
|
||||
FileTypes=pdf
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[App]
|
||||
Name=Spreadsheet
|
||||
Executable=/bin/Spreadsheet
|
||||
Category=Utilities
|
||||
Category=Office
|
||||
|
||||
[Launcher]
|
||||
FileTypes=sheets
|
||||
|
|
Loading…
Reference in a new issue