Remove erroneous double-quotes around %c in Exec line

This commit is contained in:
David Faure 2013-05-03 13:22:12 +02:00
parent 775b9487c6
commit d78bdf9cef
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ Name[wa]=Dolphin
Name[x-test]=xxDolphinxx
Name[zh_CN]=Dolphin
Name[zh_TW]=Dolphin
Exec=dolphin %i -caption "%c" %u
Exec=dolphin %i -caption %c %u
Icon=system-file-manager
Type=Application
X-DocPath=dolphin/index.html

View file

@ -2,7 +2,7 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Exec=fsview -caption "%c" %u
Exec=fsview -caption %c %u
MimeType=inode/directory;
Icon=fsview
DocPath=konq-plugins/fsview/index.html