From 3a71c018bfd2f015d459462177188e06db2af567 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 11 Nov 2019 10:42:28 +0100 Subject: [PATCH] Base: Put DisplayProperties, FontEditor and PaintBrush into a category These apps are now in a "Graphics" category :^) --- Base/res/apps/DisplayProperties.af | 2 +- Base/res/apps/FontEditor.af | 2 +- Base/res/apps/PaintBrush.af | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Base/res/apps/DisplayProperties.af b/Base/res/apps/DisplayProperties.af index 3845b8ea24..3848996707 100644 --- a/Base/res/apps/DisplayProperties.af +++ b/Base/res/apps/DisplayProperties.af @@ -1,7 +1,7 @@ [App] Name=DisplayProperties Executable=/bin/DisplayProperties -Category=Utilities +Category=Graphics [Icons] 16x16=/res/icons/16x16/app-display-properties.png diff --git a/Base/res/apps/FontEditor.af b/Base/res/apps/FontEditor.af index 50fab625e5..383e7fc201 100644 --- a/Base/res/apps/FontEditor.af +++ b/Base/res/apps/FontEditor.af @@ -1,7 +1,7 @@ [App] Name=FontEditor Executable=/bin/FontEditor -Category=FontEditor +Category=Development [Icons] 16x16=/res/icons/16x16/app-font-editor.png diff --git a/Base/res/apps/PaintBrush.af b/Base/res/apps/PaintBrush.af index 7650e50ad9..f8ed11afd1 100644 --- a/Base/res/apps/PaintBrush.af +++ b/Base/res/apps/PaintBrush.af @@ -1,6 +1,7 @@ [App] Name=PaintBrush Executable=/bin/PaintBrush +Category=Graphics [Icons] 16x16=/res/icons/16x16/app-paintbrush.png