diff options
| author | Peter Penz <[email protected]> | 2009-03-10 06:59:27 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-03-10 06:59:27 +0000 |
| commit | 7697cad99fcd96be31f0fb7633f8e32cd4f37f10 (patch) | |
| tree | 81afb17324dae14d7be0c24341d4e02647719bbf /src/dolphinui.rc | |
| parent | 0e5b55b7788f9ed632dccb6646caed7513efeadf (diff) | |
Provide an "Open Terminal" entry for the Tools menu (thanks to Rahman Duran for the patch!)
BUG: 164746
svn path=/trunk/KDE/kdebase/apps/; revision=937624
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index b770d96f6..8d89b07c8 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -1,5 +1,5 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="dolphin" version="9"> +<kpartgui name="dolphin" version="10"> <MenuBar> <Menu name="file"> <Action name="create_new" /> @@ -76,8 +76,8 @@ <Menu name="tools"> <Action name="find_file" /> <Action name="show_filter_bar" /> + <Action name="open_terminal" /> <Action name="compare_files" /> - <Action name="quick_view" /> </Menu> </MenuBar> <State name="new_file" > |
