summaryrefslogtreecommitdiffstats
path: root/khelpcenter/khelpcenterui.rc
blob: 7dfcb2f2057fe1d927fb8bb745ac6072b15937e1 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="khelpcenter" version="14">
<MenuBar>
 <Menu name="file" noMerge="1">
    <text>&amp;File</text>
    <Action name="printFrame" group="print" />
    <Action name="show_search_stderr" />
    <Separator />
    <Action name="file_quit"/> 
 </Menu>
 <Menu name="edit" noMerge="1">
  <text>&amp;Edit</text>
  <Action name="copy_text" />
  <Separator />
  <Action name="selectAll" />
  <Separator />
  <Action name="find" />
 </Menu>
 <Menu name="view" noMerge="1">
  <text>&amp;View</text>
  <Action name="viewDocumentSource" />
  <Action name="setEncoding" />
 </Menu>
 <Menu name="go_web">
  <text>&amp;Go</text>
  <Action name="prevPage" />
  <Action name="nextPage" />
  <Separator />
  <Action name="back" />
  <Action name="forward" />
  <Separator />
  <Action name="lastsearch" />
 </Menu>
 <Menu name="settings">
  <Action name="configure_fonts" append="save_merge"/>
  <Action name="build_index" append="save_merge"/>
 </Menu>
</MenuBar>
<ToolBar name="mainToolBar" noMerge="1">
 <text>Main Toolbar</text>
 <Action name="go_home" />
 <Action name="back" />
 <Action name="forward" />
 <Separator />
 <Action name="printFrame" />
 <Separator /> 
 <Action name="copy_text" />
 <Action name="find" /> 
 <Separator />
 <Action name="incFontSizes" />
 <Action name="decFontSizes" />
</ToolBar>
</kpartgui>