~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/kpartapp/app_shell.rc

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

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