diff options
| author | Peter Penz <[email protected]> | 2007-05-06 21:50:24 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-06 21:50:24 +0000 |
| commit | 35ee348c45b3400bb7d6842189855b4033f6636b (patch) | |
| tree | 363b5bf70b08baf09ebbf6b8820e6f8d7583f4df /src/dolphinui.rc | |
| parent | aad46935fa1c5d898920834511026c6f2ab8f64a (diff) | |
Initial step for showing the terminal embedded inside Dolphin instead of opening a separate window. This allows to synchronize the current directory of the terminal with the shown directory in Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=661890
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index f7207b2f8..54c60e15d 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -54,6 +54,7 @@ <Action name="show_places_panel" /> <Action name="show_info_panel" /> <Action name="show_folders_panel" /> + <Action name="show_terminal_panel" /> </Menu> <Menu name="navigation_bar"> <text>Navigation Bar</text> @@ -64,7 +65,6 @@ <Action name="view_properties" /> </Menu> <Menu name="tools"> - <Action name="open_terminal" /> <Action name="find_file" /> <Action name="show_filter_bar" /> <Action name="compare_files" /> |
