summaryrefslogtreecommitdiffstats
path: root/smb4k/smb4k_shell.rc
diff options
context:
space:
mode:
Diffstat (limited to 'smb4k/smb4k_shell.rc')
-rw-r--r--smb4k/smb4k_shell.rc37
1 files changed, 37 insertions, 0 deletions
diff --git a/smb4k/smb4k_shell.rc b/smb4k/smb4k_shell.rc
new file mode 100644
index 0000000..365ed28
--- /dev/null
+++ b/smb4k/smb4k_shell.rc
@@ -0,0 +1,37 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<kpartgui name="smb4k_shell" version="2">
+<MenuBar>
+ <Menu noMerge="1" name="file"><text>&amp;File</text>
+ <Action name="quit_action"/>
+ </Menu>
+ <Menu noMerge="1" name="network"><text>&amp;Network</text>
+ </Menu>
+ <Menu noMerge="1" name="shares"><text>Sh&amp;ares</text>
+ </Menu>
+ <Menu noMerge="1" name="bookmarks"><text>&amp;Bookmarks</text>
+ <!-- This menu will dynamically be filled by Smb4KApp. -->
+ <ActionList name="bookmark_actions"/>
+ <ActionList name="bookmarks"/>
+ </Menu>
+ <Menu noMerge="1" name="settings"><text>&amp;Settings</text>
+ <Merge name ="StandardToolBarMenuHandler"/>
+ <Action name="options_show_statusbar"/>
+ <Separator/>
+ <Merge/>
+ <Action name="view_modes_menu"/>
+ <Separator/>
+ <Action name="configure_action"/>
+ </Menu>
+</MenuBar>
+<!-- fullWidth="false" shortens the tool bar, so that it looks nicer. -->
+<ToolBar fullWidth="false" name="networkToolBar" index="0"><text>Network ToolBar</text>
+</ToolBar>
+<ToolBar fullWidth="false" name="sharesViewToolBar" index="1"><text>Shares View ToolBar</text>
+</ToolBar>
+<ToolBar fullWidth="true" noMerge="1" name="mainToolBar" index="2"><text>Main ToolBar</text>
+ <Action name="view_modes_menu"/>
+ <Action name="configure_action"/>
+ <Separator/>
+ <Action name="quit_action"/>
+</ToolBar>
+</kpartgui>