~ubuntu-branches/ubuntu/raring/kbibtex/raring

« back to all changes in this revision

Viewing changes to src/kbibtex_shell.rc

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2011-07-18 09:29:48 UTC
  • mfrom: (1.1.6) (2.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20110718092948-ksxjmg7kdfamolmg
Tags: 0.3-1
* First upstream release for KDE4 (Closes: #634255). A number of search
  engines are still missing, in comparison to the 0.2 series.
* Bumped Standards-Version to 3.9.2, no changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
2
 
<kpartgui name="kbibtex_shell" version="1">
3
 
<MenuBar>
4
 
  <Menu noMerge="1" name="file"><text>&amp;File</text>
5
 
    <Action name="file_new"/>
6
 
    <Action name="file_open"/>
7
 
    <Action name="file_open_recent"/>
8
 
    <Merge/>
9
 
    <Separator/>
10
 
    <Action name="file_close"/>
11
 
  </Menu>
12
 
  <Merge/>
13
 
  <Menu noMerge="1" name="settings"><text>Se&amp;ttings</text>
14
 
    <Action name="options_show_toolbar"/>
15
 
    <Action name="options_show_statusbar"/>
16
 
    <Merge name="show_merge"/>
17
 
    <Separator/>
18
 
    <Action name="options_configure_keybinding"/>
19
 
    <Action name="options_configure_toolbars"/>
20
 
    <Action name="options_configure"/>
21
 
    <Merge name="configure_merge"/>
22
 
    <Separator/>
23
 
    <Merge/>
24
 
  </Menu>
25
 
</MenuBar>
26
 
<ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
27
 
  <Action name="file_new"/>
28
 
  <Action name="file_open_recent"/>
29
 
  <Merge/>
30
 
</ToolBar>
31
 
</kpartgui>