[Libreoffice-commits] core.git: sysui/desktop
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Fri Feb 19 01:49:43 UTC 2016
sysui/desktop/menus/draw.desktop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1fccc616d205b7d7011d66d4e4c719b62876eec5
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Thu Feb 18 19:48:50 2016 -0600
Add missing trailing semicolon to Keywords again
$ desktop-file-validate draw.desktop
draw.desktop: error: value does not have a semicolon (';') as trailing character
Regression from ab8c349f7bc0348b54e6e0766c5bd6785b415ae5.
Change-Id: Idf74200ca4cf17f8918ee388f347a805ac3161f3
diff --git a/sysui/desktop/menus/draw.desktop b/sysui/desktop/menus/draw.desktop
index 78ad452..39c6f03 100644
--- a/sysui/desktop/menus/draw.desktop
+++ b/sysui/desktop/menus/draw.desktop
@@ -28,7 +28,7 @@ GenericName=Drawing Program
Comment=Create and edit drawings, flow charts and logos by using Draw.
StartupNotify=true
X-GIO-NoFuse=true
-Keywords=Vector;Schema;Diagram;Layout;OpenDocument Graphics;Microsoft Publisher;Microsoft Visio;Corel Draw;cdr;odg;svg;pdf;vsd
+Keywords=Vector;Schema;Diagram;Layout;OpenDocument Graphics;Microsoft Publisher;Microsoft Visio;Corel Draw;cdr;odg;svg;pdf;vsd;
InitialPreference=5
StartupWMClass=libreoffice-draw
X-KDE-Protocols=file,http,ftp,webdav
More information about the Libreoffice-commits
mailing list