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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

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_close"/>
 
9
    <Separator/>
 
10
    <Action name="file_quit"/>
 
11
  </Menu>
 
12
  <Menu name="view" noMerge="1"><text>&amp;View</text>
 
13
  </Menu>
 
14
  <Menu noMerge="1" name="settings"><text>&amp;Settings</text>
 
15
    <Action name="options_show_toolbar"/>
 
16
    <Action name="options_show_statusbar"/>
 
17
    <Merge name="show_merge"/>
 
18
    <Separator/>
 
19
    <Action name="options_configure_keybinding"/>
 
20
    <Action name="options_configure_toolbars"/>
 
21
    <Action name="options_configure"/>
 
22
    <Merge name="configure_merge"/>
 
23
    <Separator/>
 
24
    <Merge/>
 
25
  </Menu>
 
26
</MenuBar>
 
27
<ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
 
28
  <Action name="file_new"/>
 
29
  <Action name="file_close"/>
 
30
  <Merge/>
 
31
  <Action name="help"/>
 
32
</ToolBar>
 
33
</kpartgui>