diff options
Diffstat (limited to 'src/dolphinpart.rc')
| -rw-r--r-- | src/dolphinpart.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc index 01bd60009..6d38cc3de 100644 --- a/src/dolphinpart.rc +++ b/src/dolphinpart.rc @@ -1,11 +1,11 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="dolphinpart" version="12" translationDomain="dolphin"> +<kpartgui name="dolphinpart" version="13" translationDomain="dolphin"> <MenuBar> <Menu name="edit"><text>&Edit</text> <Action name="new_menu"/> <Separator/> <Action name="rename"/> - <Action name="move_to_trash" /> + <Action name="movetotrash" /> <Action name="deletefile"/> <Action name="editMimeType"/> <Action name="properties"/> @@ -52,14 +52,14 @@ </ToolBar> <State name="has_selection" > <enable> - <Action name="move_to_trash" /> + <Action name="movetotrash" /> <Action name="deletefile" /> </enable> </State> <State name="has_no_selection" > <disable> <Action name="rename" /> - <Action name="move_to_trash" /> + <Action name="movetotrash" /> <Action name="deletefile" /> </disable> </State> |
