diff options
| author | David Faure <[email protected]> | 2007-11-15 20:04:05 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-11-15 20:04:05 +0000 |
| commit | f8302197daca5667aa3d4963528ce09e344eb27f (patch) | |
| tree | 1b274b695dd4f1520efcb82651e877e42916c554 /src/dolphinpart.rc | |
| parent | 247f37a58081e4debaf21a3994848971d8203be3 (diff) | |
Implement cut/copy/paste in dolphinpart.
Had to move more code to DolphinView, to use it from the part.
svn path=/trunk/KDE/kdebase/apps/; revision=737203
Diffstat (limited to 'src/dolphinpart.rc')
| -rw-r--r-- | src/dolphinpart.rc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc index e5a9ff63d..f1d4652e5 100644 --- a/src/dolphinpart.rc +++ b/src/dolphinpart.rc @@ -1,8 +1,7 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> <kpartgui name="dolphinpart" version="4" > <MenuBar> - <Menu name="edit"> - <!-- TODO cut, copy, paste --> + <Menu name="edit"> <Action name="rename"/> <!-- TODO trash, del --> <Action name="select_all" /> @@ -51,8 +50,6 @@ </ToolBar> <State name="has_selection" > <enable> - <Action name="edit_cut" /> - <Action name="edit_copy" /> <Action name="move_to_trash" /> <Action name="delete" /> <Action name="properties" /> @@ -60,8 +57,6 @@ </State> <State name="has_no_selection" > <disable> - <Action name="edit_cut" /> - <Action name="edit_copy" /> <Action name="rename" /> <Action name="move_to_trash" /> <Action name="delete" /> |
