diff options
author | Sebastian Kuzminsky <seb@highlab.com> | 2011-07-17 19:54:31 -0700 |
---|---|---|
committer | Sebastian Kuzminsky <seb@highlab.com> | 2011-07-17 20:11:47 -0700 |
commit | c83bab9bb20f8d270fe6120bf264d94a2bdd3e7f (patch) | |
tree | b2bc17db675a8ee840fe032397d5d7e3806affa5 | |
parent | df335383db92dcf01f123bf3c48c6bb25f2ce7b3 (diff) | |
download | linuxcnc-c83bab9bb20f8d270fe6120bf264d94a2bdd3e7f.tar.gz linuxcnc-c83bab9bb20f8d270fe6120bf264d94a2bdd3e7f.zip |
provide a default (non-localized) Name
FreeDesktop.org specifies the format of Desktop Entries (*.desktop files):
<http://standards.freedesktop.org/desktop-entry-spec/1.0/index.html>
Desktop Entries must contain a non-localized Name key
It's ok to supply localized Name keys, but they must
be in addition to the generic (non-lozalized) one:
<http://standards.freedesktop.org/desktop-entry-spec/1.0/ar01s04.html>
-rw-r--r-- | debian/extras/usr/share/applications/emc2-pncconf.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/extras/usr/share/applications/emc2-pncconf.desktop b/debian/extras/usr/share/applications/emc2-pncconf.desktop index d2f4f5ec7..2d25b52db 100644 --- a/debian/extras/usr/share/applications/emc2-pncconf.desktop +++ b/debian/extras/usr/share/applications/emc2-pncconf.desktop @@ -9,4 +9,4 @@ Terminal=false Comment=Configuration Wizard For Mesa I/O Cards StartupNotify=false Categories=X-CNC; -Name[en_CA]=EMC2 Pncconf Wizard +Name=EMC2 Pncconf Wizard |