diff options
| author | David Faure <[email protected]> | 2008-06-05 22:25:07 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-06-05 22:25:07 +0000 |
| commit | 3d28c535643ce8ad0c91b20adbdd1229031d3c82 (patch) | |
| tree | 5b4d3b175129147105da6e52a432de4da565d830 /src/dolphinui.rc | |
| parent | 008f524498475dd28717b1f3d65e2c99bbdb5b2a (diff) | |
When "move_to_trash" is disabled and "delete" is enabled (e.g. non-local files),
enable a hidden action with Key_Del as shortcut, so that the user can press Del to delete the file.
BUG: 76016
svn path=/trunk/KDE/kdebase/apps/; revision=817389
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 0dd1c8332..05875dcd4 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -1,5 +1,5 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui version="4" name="dolphin" > +<kpartgui name="dolphin" version="5"> <MenuBar> <Menu name="file"> <Action name="create_new" /> @@ -109,6 +109,7 @@ <Action name="rename" /> <Action name="move_to_trash" /> <Action name="delete" /> + <Action name="delete_shortcut" /> <Action name="properties" /> <Action name="invert_selection" /> </disable> |
