~ubuntu-branches/ubuntu/oneiric/parley/oneiric-proposed

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<gui name="parley"  version="12">

<MenuBar>
    <Menu name="file" >
        <Action append="open_merge" name="file_ghns" />
        <Action append="open_merge" name="file_open_downloaded" />
        <Separator/>
        <Action name="file_export" />
        <Separator/>
        <Action name="file_properties" />
        <Separator/>
        <Merge/>
    </Menu>
  <Merge/>
  <Menu name="settings" >
  </Menu>
  <Menu name="help"><text>&amp;Help</text>
    <Action name="help_tipofday"/>
  </Menu>
 </MenuBar>
 <ToolBar noMerge="true" noEdit="true" deleted="true" name="mainToolBar">
  <text>Main Toolbar</text>
 </ToolBar>
 <ToolBar name="editorToolBar">
  <text>Editor Toolbar</text>
  <Action name="file_close"/>
  <Merge/>
 </ToolBar>
 <ToolBar name="practiceToolBar">
  <text>Practice Toolbar</text>
  <Merge/>
 </ToolBar>
 <ToolBar name="statisticsToolBar">
  <text>Statistics Toolbar</text>
  <Action name="file_close"/>
  <Merge/>
  <Separator/>
  <DefineGroup name="practice" />
 </ToolBar>
 <ToolBar name="practiceSummaryToolBar">
  <text>Practice Summary Toolbar</text>
  <Action name="file_close"/>
  <Merge/>
  <Separator/>
  <DefineGroup name="practice" />
 </ToolBar>
</gui>