diff options
author | David Tardon <dtardon@redhat.com> | 2013-11-12 15:49:51 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-11-12 15:50:13 +0100 |
commit | 0da9b2793d5323494d0cc5ada9d7efbf1aa2f7fb (patch) | |
tree | bd8d1e0e58c114d3bc4d229d046520c2e08ec487 /sysui/desktop | |
parent | 2cf96ae334491733a2bdbeb003da6e49df19cc9f (diff) |
add missing semicolon
Change-Id: I69d7fbb1f1700779bc7ebbf419edf807b6b2dba9
Diffstat (limited to 'sysui/desktop')
-rwxr-xr-x | sysui/desktop/menus/math.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysui/desktop/menus/math.desktop b/sysui/desktop/menus/math.desktop index e13f466a98d3..4822166bfa15 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 |