Skip to content

Commit

Permalink
Add trailing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Gaudet committed May 26, 2014
1 parent ad6406a commit d25779e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate_desktop_files
Expand Up @@ -19,7 +19,7 @@ Type=Application
Encoding=UTF-8
Categories=Application;System;Settings
StartupNotify=false
NotShowIn=KDE
NotShowIn=KDE;
"""

additionalfiles.generate(DOMAIN, PATH, "usr/share/applications/mintupload.desktop", prefix, _("Upload Manager"), _("Define upload services"), suffix)
Expand All @@ -33,7 +33,7 @@ Type=Application
Encoding=UTF-8
Categories=Qt;KDE;Settings;
X-KDE-StartupNotify=false
OnlyShowIn=KDE
OnlyShowIn=KDE;
"""

additionalfiles.generate(DOMAIN, PATH, "usr/share/applications/kde4/mintupload.desktop", prefix, _("Upload Manager"), _("Define upload services"), suffix, genericName=_("Define upload services"))

0 comments on commit d25779e

Please sign in to comment.