diff options
author | Keith Packard <keithp@keithp.com> | 2014-09-09 23:43:10 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-09-09 23:43:10 -0700 |
commit | 1992a1e3046a5414ce8d394e1cd8e5e6f6338d29 (patch) | |
tree | 2a56ab9a6b01c318083d8e3e70621f667c9f1c4f /micropeak | |
parent | 1fb200d18cc385230b3af574816ec354682cc5c9 (diff) |
.desktop: Use %F instead of %f in .desktop files
%F is a list of files, %f is a single file. All of our tools can
handle lists of files, so make the .desktop file reflect that.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'micropeak')
-rw-r--r-- | micropeak/altusmetrum-micropeak.desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/micropeak/altusmetrum-micropeak.desktop.in b/micropeak/altusmetrum-micropeak.desktop.in index 782b4704..38b07f0e 100644 --- a/micropeak/altusmetrum-micropeak.desktop.in +++ b/micropeak/altusmetrum-micropeak.desktop.in @@ -4,7 +4,7 @@ Name=MicroPeak GenericName=MicroPeak Download and Analysis Comment=View and log data from MicroPeak altimeters Icon=%icondir%/altusmetrum-micropeak.svg -Exec=%bindir%/micropeak %f +Exec=%bindir%/micropeak %F Terminal=false MimeType=application/vnd.altusmetrum.micropeak Categories=Education;Electronics;Science; |