summaryrefslogtreecommitdiffstats
path: root/src/kbibtex_shell.rc
blob: 58b4937a4febb1ae71eb29b6486f6c8976e42052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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>