diff options
| author | Shaun Reich <[email protected]> | 2009-03-01 01:38:20 +0000 |
|---|---|---|
| committer | Shaun Reich <[email protected]> | 2009-03-01 01:38:20 +0000 |
| commit | 78e9cc506f90eb862f032154199331b5e5e6dffb (patch) | |
| tree | 847aabed70dfbf5b6c9c169aa345152809fe0a6a /src/dolphinui.rc | |
| parent | 6c097d6d86d2618227ce9ed982187085b7637a2f (diff) | |
Closed tabs are now remembered within Dolphin, so if you accidentally close them, or need to reopen a previous one-go crazy.
Closed tabs now become stored in the "Go"->"Recently Closed Tabs" menu.
To clear this list, there is an action within that menu.
Clicking on a remembered tab's action, will remove that entry, restore that tab, and focus it.
svn path=/trunk/KDE/kdebase/apps/; revision=933483
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 566393e6b..b770d96f6 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -1,5 +1,5 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="dolphin" version="8"> +<kpartgui name="dolphin" version="9"> <MenuBar> <Menu name="file"> <Action name="create_new" /> @@ -70,6 +70,9 @@ <Separator/> <Action name="view_properties" /> </Menu> + <Menu name="go"> + <Action name="closed_tabs" /> + </Menu> <Menu name="tools"> <Action name="find_file" /> <Action name="show_filter_bar" /> |
