aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/mime
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2003-02-03 00:29:36 +0000
committerFritz Elfert <felfert@to.com>2003-02-03 00:29:36 +0000
commit16f3f8103b3e8bc8c6c795814b49d9abe9049fb6 (patch)
treeab095bae56838e5a60dfa3bfdbc6f0c6d0ceade4 /kde2/mime
parent20fd9533247b920411029c6692c8dfbfad37e38b (diff)
downloadplptools-16f3f8103b3e8bc8c6c795814b49d9abe9049fb6.tar.gz
plptools-16f3f8103b3e8bc8c6c795814b49d9abe9049fb6.tar.bz2
plptools-16f3f8103b3e8bc8c6c795814b49d9abe9049fb6.zip
- Fixed behavior of kpsion when called with URL from konquerors
context-popup.
Diffstat (limited to 'kde2/mime')
-rw-r--r--kde2/mime/psion-drive-actions.desktop6
1 files changed, 3 insertions, 3 deletions
diff --git a/kde2/mime/psion-drive-actions.desktop b/kde2/mime/psion-drive-actions.desktop
index c9a1e39..fab8764 100644
--- a/kde2/mime/psion-drive-actions.desktop
+++ b/kde2/mime/psion-drive-actions.desktop
@@ -3,14 +3,14 @@ ServiceTypes=inode/x-psion-drive
Actions=Backup;Restore;Format
Patterns=
[Desktop Action Backup]
-Exec=kpsion backup %u
+Exec=kpsion --backup %u
Name=backup this drive
Name[de]=Laufwerk sichern
[Desktop Action Format]
-Exec=kpsion format %u
+Exec=kpsion --format %u
Name=format this drive
Name[de]=Laufwerk formatieren
[Desktop Action Restore]
-Exec=kpsion restore %u
+Exec=kpsion --restore %u
Name=restore this drive
Name[de]=Laufwerk rücksichern