diff options
| author | Kevin Ottens <[email protected]> | 2006-12-06 15:37:51 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2006-12-06 15:37:51 +0000 |
| commit | 197f9a4280d601a7dc145e9eb1dd2ffca6fb8980 (patch) | |
| tree | b95150c47f9eafb0e278a62f35ef820a15775162 /src/dolphinui.rc | |
| parent | 8c7e12b1f7ae0699c85c4a0cbf29265a13766d43 (diff) | |
Finally! Dock widgets can be hidden from the view menu since
KActionCollection now can take QAction*.
svn path=/trunk/playground/utils/dolphin/; revision=611064
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 5db6ff9a9..3a15a6d66 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -46,6 +46,9 @@ <Action name="editable_location" /> <Action name="edit_location" /> </Menu> + <Action name="show_shortcuts_pane" /> + <Action name="show_info_pane" /> + <Separator/> <Action name="view_properties" /> </Menu> <Menu name="tools"> |
