summaryrefslogtreecommitdiffstats
path: root/tdeparts/tests/tdepartstest_shell.rc
blob: 52790f9b631faddbfbee4ed07eee14d6dc34a876 (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
<!DOCTYPE kpartgui>
<kpartgui name="Shell">
<MenuBar>
  <Menu name="file"><Text>&amp;File</Text>
   <Action name="open_local_file"/>
   <Action name="open_remote_file"/>
   <Separator/>
   <Action name="edit_file"/>
   <Action name="close_editor"/>
   <Merge name="NotepadPart"/>
   <Separator/>
   <Merge/>
   <Separator/>
   <Action name="shell_quit"/>
  </Menu>
  <Merge/>
  <Menu name="blah"><Text>BlahFoo</Text>
   <Action name="shell_yami"/>
   <Menu name="nonsense"><Text>Dummdidumm</Text>
    <Action name="shell_yasmi"/>
   </Menu>
  </Menu>
</MenuBar>
<ToolBar name="mainToolBar">
 <Action name="shell_quit"/>
</ToolBar>
<StatusBar/>
</kpartgui>