mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
Base: Put DisplayProperties, FontEditor and PaintBrush into a category
These apps are now in a "Graphics" category :^)
This commit is contained in:
parent
bd0a8d078f
commit
3a71c018bf
3 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[App]
|
||||
Name=DisplayProperties
|
||||
Executable=/bin/DisplayProperties
|
||||
Category=Utilities
|
||||
Category=Graphics
|
||||
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/app-display-properties.png
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[App]
|
||||
Name=FontEditor
|
||||
Executable=/bin/FontEditor
|
||||
Category=FontEditor
|
||||
Category=Development
|
||||
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/app-font-editor.png
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[App]
|
||||
Name=PaintBrush
|
||||
Executable=/bin/PaintBrush
|
||||
Category=Graphics
|
||||
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/app-paintbrush.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue