| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 
 | From: Kevin Murray <spam@kdmurray.id.au>
Date: Wed, 2 Dec 2015 11:37:05 +1100
Subject: Remove Encoding; add Keywords to dawg.desktop
---
 src/dawg.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/dawg.desktop b/src/dawg.desktop
index 273e07e..e55644e 100644
--- a/src/dawg.desktop
+++ b/src/dawg.desktop
@@ -1,6 +1,5 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Name=Dawg
 Comment=Sequence Evolution Simulator
 Exec=dawg %f
@@ -10,4 +9,5 @@ Terminal=true
 X-MultipleArgs=false
 Type=Application
 Categories=Application;Education;Science;Biology;
+Keywords=bioinformatics;DNA;sequence;simulation;evolution;
 StartupNotify=false
 |