summaryrefslogtreecommitdiffstats
path: root/src/kbibtex_shell.rc
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-06-24 02:08:15 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-04 02:44:37 +0200
commit998f21e02a725cd553d7c278819f67cd81295af4 (patch)
tree4bd158018e9302c31367b00c01cd2b41eb228414 /src/kbibtex_shell.rc
downloadkbibtex-998f21e02a725cd553d7c278819f67cd81295af4.tar.gz
kbibtex-998f21e02a725cd553d7c278819f67cd81295af4.zip
Initial import
Diffstat (limited to 'src/kbibtex_shell.rc')
-rw-r--r--src/kbibtex_shell.rc31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/kbibtex_shell.rc b/src/kbibtex_shell.rc
new file mode 100644
index 0000000..58b4937
--- /dev/null
+++ b/src/kbibtex_shell.rc
@@ -0,0 +1,31 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<kpartgui name="kbibtex_shell" version="1">
+<MenuBar>
+ <Menu noMerge="1" name="file"><text>&amp;File</text>
+ <Action name="file_new"/>
+ <Action name="file_open"/>
+ <Action name="file_open_recent"/>
+ <Merge/>
+ <Separator/>
+ <Action name="file_close"/>
+ </Menu>
+ <Merge/>
+ <Menu noMerge="1" name="settings"><text>Se&amp;ttings</text>
+ <Action name="options_show_toolbar"/>
+ <Action name="options_show_statusbar"/>
+ <Merge name="show_merge"/>
+ <Separator/>
+ <Action name="options_configure_keybinding"/>
+ <Action name="options_configure_toolbars"/>
+ <Action name="options_configure"/>
+ <Merge name="configure_merge"/>
+ <Separator/>
+ <Merge/>
+ </Menu>
+</MenuBar>
+<ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
+ <Action name="file_new"/>
+ <Action name="file_open_recent"/>
+ <Merge/>
+</ToolBar>
+</kpartgui>