diff options
| author | Peter Penz <[email protected]> | 2009-01-11 16:28:42 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-11 16:28:42 +0000 |
| commit | 6d2904ec48f376fc441959141cccaf6b3ef92779 (patch) | |
| tree | e08e829d0467f5f924a4912382d3b1759ee753a8 /src/dolphinui.rc | |
| parent | db5ee5f2a6c75b0afb340d8a8e4818c52be96acc (diff) | |
add action "Close Tab" to the file menu, so that users get the chance to discover the key shortcut
svn path=/trunk/KDE/kdebase/apps/; revision=909450
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 5fdd9242d..f325b75a1 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -1,10 +1,11 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="dolphin" version="6"> +<kpartgui name="dolphin" version="7"> <MenuBar> <Menu name="file"> <Action name="create_new" /> <Action name="new_window" /> <Action name="new_tab" /> + <Action name="close_tab" /> <Separator/> <Action name="rename" /> <Action name="move_to_trash" /> |
