diff options
| author | David Faure <[email protected]> | 2007-12-24 19:07:32 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-12-24 19:07:32 +0000 |
| commit | 8eed64171cfdee8be2690e4fb7e0aaeb3aafc6e5 (patch) | |
| tree | 87b40b05665fbe89564bf95a8c1b977972fe271c /src/dolphinpart.rc | |
| parent | 728ecea4a1969bb8e0f8ae25c94c49f98185e82e (diff) | |
Move (broken) action "Edit/Properties" to dolphinpart and made it work there.
Pass parent widget to all KPropertiesDialog instances.
svn path=/trunk/KDE/kdebase/apps/; revision=752542
Diffstat (limited to 'src/dolphinpart.rc')
| -rw-r--r-- | src/dolphinpart.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc index 325a3650f..35bde506e 100644 --- a/src/dolphinpart.rc +++ b/src/dolphinpart.rc @@ -1,11 +1,12 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="dolphinpart" version="5" > +<kpartgui name="dolphinpart" version="6" > <MenuBar> <Menu name="edit"> <Action name="rename"/> <Action name="move_to_trash" /> <Action name="delete"/> <Action name="editMimeType"/> + <Action name="properties"/> <Separator /> <Action name="select_all" /> <Action name="invert_selection" /> |
