[Libreoffice-commits] core.git: sysui/desktop

David Tardon dtardon at redhat.com
Tue Nov 12 06:51:21 PST 2013


 sysui/desktop/menus/math.desktop |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0da9b2793d5323494d0cc5ada9d7efbf1aa2f7fb
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Nov 12 15:49:51 2013 +0100

    add missing semicolon
    
    Change-Id: I69d7fbb1f1700779bc7ebbf419edf807b6b2dba9

diff --git a/sysui/desktop/menus/math.desktop b/sysui/desktop/menus/math.desktop
index e13f466..4822166 100755
--- a/sysui/desktop/menus/math.desktop
+++ b/sysui/desktop/menus/math.desktop
@@ -23,13 +23,13 @@ Icon=math
 Type=Application
 Categories=Office;Education;Science;Math;X-Red-Hat-Base;X-MandrivaLinux-Office-Other;
 Exec=${UNIXBASISROOTNAME} --math %%FILE%%
-MimeType=application/vnd.oasis.opendocument.formula;application/vnd.sun.xml.math;application/vnd.oasis.opendocument.formula-template;text/mathml;application/mathml+xml
+MimeType=application/vnd.oasis.opendocument.formula;application/vnd.sun.xml.math;application/vnd.oasis.opendocument.formula-template;text/mathml;application/mathml+xml;
 Name=%PRODUCTNAME Math
 GenericName=Formula Editor
 Comment=Create and edit scientific formulas and equations by using Math.
 StartupNotify=true
 X-GIO-NoFuse=true
-Keywords=Equation;OpenDocument Formula;Formula;odf;MathML
+Keywords=Equation;OpenDocument Formula;Formula;odf;MathML;
 InitialPreference=5
 StartupWMClass=libreoffice-math
 X-KDE-Protocols=file,http,smb,ftp,webdav


More information about the Libreoffice-commits mailing list