diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2012-10-09 18:03:28 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2012-10-09 18:03:28 +0200 |
commit | 0066917014d32f80b70982b927ee5a6859b0cbd5 (patch) | |
tree | 7264ae4b166d4b6f625971148567c677a20f8026 /share | |
parent | f21395779af8b93bd4f3a03d492319819580527c (diff) | |
download | logdiag-0066917014d32f80b70982b927ee5a6859b0cbd5.tar.gz logdiag-0066917014d32f80b70982b927ee5a6859b0cbd5.tar.xz logdiag-0066917014d32f80b70982b927ee5a6859b0cbd5.zip |
Support multiple filenames on command line.
Should work fine, although I doubt anyone would use it.
Diffstat (limited to 'share')
-rw-r--r-- | share/logdiag.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/logdiag.desktop b/share/logdiag.desktop index 9f264b7..2c46ee2 100644 --- a/share/logdiag.desktop +++ b/share/logdiag.desktop @@ -7,7 +7,7 @@ GenericName[sk]=Editor schém GenericName[pl]=Edytor schematów GenericName[de]=Schema Editor Icon=logdiag -Exec=logdiag %f +Exec=logdiag %F StartupNotify=true MimeType=application/x-logdiag-diagram; Categories=Graphics;VectorGraphics;Electricity;Engineering;GTK; |