diff options
| author | David Faure <[email protected]> | 2013-05-03 13:22:12 +0200 |
|---|---|---|
| committer | David Faure <[email protected]> | 2013-05-03 13:22:33 +0200 |
| commit | 926ed302d6b64c200d56817b62eeecb5abd5fd4f (patch) | |
| tree | 50c0edb3d7ad642bedc0fb0f020023bc5e7de16c /src | |
| parent | 692e7d4d32c4d459aca3542d4f90d7a5af861fb0 (diff) | |
Remove erroneous double-quotes around %c in Exec line
Diffstat (limited to 'src')
| -rwxr-xr-x | src/dolphin.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphin.desktop b/src/dolphin.desktop index db73ed491..9364ebbdf 100755 --- a/src/dolphin.desktop +++ b/src/dolphin.desktop @@ -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 |
