diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-11-11 10:42:08 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-11 13:13:08 +0100 |
commit | bd0a8d078fc5d1bb2033fea760735a02b6af503f (patch) | |
tree | 67754b31fa525373448682d4e4b92fb6de3c2c07 /Base/res/apps/TextEditor.af | |
parent | 91407af8a47a18edd6667f92f3250c7cbbb1f5a1 (diff) | |
download | serenity-bd0a8d078fc5d1bb2033fea760735a02b6af503f.zip |
Base: Add TextEditor.af
Diffstat (limited to 'Base/res/apps/TextEditor.af')
-rw-r--r-- | Base/res/apps/TextEditor.af | 8 |
1 files changed, 8 insertions, 0 deletions
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 |