diff options
| author | Holger Freyther <[email protected]> | 2006-11-29 12:31:16 +0000 |
|---|---|---|
| committer | Holger Freyther <[email protected]> | 2006-11-29 12:31:16 +0000 |
| commit | 91c5f52d87c7af2412b5935095df1f90d6eb4a04 (patch) | |
| tree | 832cb07f932b6a7b0d220a96a68041127120f0cc /src/dolphinui.rc | |
| parent | 9a4a17dd4d7f3d195ab4393e057e8eb90b0a3422 (diff) | |
Add a "New Window" option to Dolphin
svn path=/trunk/playground/utils/dolphin/; revision=609048
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 6e5e27401..49eb67daf 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -1,7 +1,8 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui version="1" name="dolphin" > +<kpartgui version="2" name="dolphin" > <MenuBar> <Menu name="file" > + <Action name="new_window" /> <Menu name="create_new" > <text>Create New</text> <Action name="create_folder" /> |
