diff options
| author | Elvis Angelaccio <[email protected]> | 2017-05-08 16:09:15 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2017-05-08 16:09:15 +0200 |
| commit | 0c8ef2977e2285676fb4c2ee1fdcb1e641c1acd7 (patch) | |
| tree | e5b1159e3fa6da4c71c4bd67777110ef26c7aeb3 /src/dolphinpart.rc | |
| parent | f2758ec9f796e251f2649d19ce788f90304be1bf (diff) | |
| parent | 73f885f9d3513bdfed2d22b21d0d1a88fe4f6a7a (diff) | |
Merge branch 'Applications/17.04'
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 725320b28..01bd60009 100644 --- a/src/dolphinpart.rc +++ b/src/dolphinpart.rc @@ -1,12 +1,12 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="dolphinpart" version="11" translationDomain="dolphin"> +<kpartgui name="dolphinpart" version="12" translationDomain="dolphin"> <MenuBar> <Menu name="edit"><text>&Edit</text> <Action name="new_menu"/> <Separator/> <Action name="rename"/> <Action name="move_to_trash" /> - <Action name="delete"/> + <Action name="deletefile"/> <Action name="editMimeType"/> <Action name="properties"/> <Separator/> @@ -53,14 +53,14 @@ <State name="has_selection" > <enable> <Action name="move_to_trash" /> - <Action name="delete" /> + <Action name="deletefile" /> </enable> </State> <State name="has_no_selection" > <disable> <Action name="rename" /> <Action name="move_to_trash" /> - <Action name="delete" /> + <Action name="deletefile" /> </disable> </State> </kpartgui> |
