summaryrefslogtreecommitdiff
path: root/scite/debian/patches/0003-scite-desktop.patch
blob: cdea9cf2b5b2a7850796d6c5395e649ad713f814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sat, 14 Apr 2018 18:30:43 +0000
Subject: scite-desktop

Add the Keywords entry to the desktop file.
---
 scite/gtk/SciTE.desktop | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scite/gtk/SciTE.desktop b/scite/gtk/SciTE.desktop
index e47c178..585ef41 100755
--- a/scite/gtk/SciTE.desktop
+++ b/scite/gtk/SciTE.desktop
@@ -21,3 +21,4 @@ Terminal=false
 StartupNotify=true
 Categories=TextEditor;Development;GTK;
 MimeType=text/plain;
+Keywords=TextEditor;
bgstack15