From bd0a8d078fc5d1bb2033fea760735a02b6af503f Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 11 Nov 2019 10:42:08 +0100 Subject: [PATCH] Base: Add TextEditor.af --- Base/res/apps/TextEditor.af | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Base/res/apps/TextEditor.af diff --git a/Base/res/apps/TextEditor.af b/Base/res/apps/TextEditor.af new file mode 100644 index 0000000000..acc8fe3387 --- /dev/null +++ b/Base/res/apps/TextEditor.af @@ -0,0 +1,8 @@ +[App] +Name=TextEditor +Executable=/bin/TextEditor +Category=Utilities + +[Icons] +16x16=/res/icons/TextEditor16.png +32x32=/res/icons/32x32/app-texteditor.png