diff options
| author | David Faure <[email protected]> | 2007-12-24 11:17:16 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-12-24 11:17:16 +0000 |
| commit | 5a3a5f513515dd2a260fdea3b148e38339c41e57 (patch) | |
| tree | dc4c2e9907749834463c3ad904ec904c46a2e6b5 /src/dolphinpart.rc | |
| parent | 6ad83c09bd68e6651243af35a55609f56d785baa (diff) | |
Move a bunch of Go menu actions from konqueror to dolphinpart, so that they don't clutter the Go menu when using other parts. As posted on k-c-d.
svn path=/trunk/KDE/kdebase/apps/; revision=752408
Diffstat (limited to 'src/dolphinpart.rc')
| -rw-r--r-- | src/dolphinpart.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc index 3344db227..26002ceaf 100644 --- a/src/dolphinpart.rc +++ b/src/dolphinpart.rc @@ -39,6 +39,14 @@ <Separator/> <Action name="view_properties" /> </Menu> + <Menu name="go"> + <Action name="go_applications"/> + <Action name="go_network_folders"/> + <Action name="go_settings"/> + <Action name="go_media"/> + <Action name="go_trash"/> + <Action name="go_autostart"/> + </Menu> <Menu name="tools"> <Action name="find_file" /> <Action name="show_filter_bar" /> |
