diff options
| author | Peter Penz <[email protected]> | 2007-01-25 16:56:52 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-01-25 16:56:52 +0000 |
| commit | 214ee5de3fab8db92db116496b73200e466b41de (patch) | |
| tree | 261263d71eb1a88acb979c0b99120e955e23e9c9 /src/dolphinui.rc | |
| parent | 78d1167c38be4318114aa8ae4b7d433c12f86b77 (diff) | |
Use KNewMenu instead of custom implementation of Dolphin. TODO: currently errors are indicated automatically in a message box KNewMenu. In Dolphin modal dialogs having only an "OK" button are not used -> it would be nice if Dolphin could handle the errors in a custom way.
svn path=/trunk/playground/utils/dolphin/; revision=627085
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index a090a1d2f..9bdf9143a 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -2,13 +2,8 @@ <kpartgui version="2" name="dolphin" > <MenuBar> <Menu name="file"> + <Action name="create_new" /> <Action name="new_window" /> - <Menu name="create_new" > - <text>Create New</text> - <Action name="create_folder" /> - <Separator/> - <ActionList name="create_file_group" /> - </Menu> <Separator/> <Action name="rename" /> <Action name="move_to_trash" /> |
