[go: up one dir, main page]

File: torkui.rc

package info (click to toggle)
tork 0.29.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,184 kB
  • ctags: 2,500
  • sloc: cpp: 21,687; ansic: 18,818; sh: 15,619; perl: 2,831; makefile: 289
file content (61 lines) | stat: -rw-r--r-- 1,987 bytes parent folder | download | duplicates (2)
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
54
55
56
57
58
59
60
61
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="TorK" version="1">
<MenuBar noMerge="1">
  <Menu name="Tor"><text>&amp;Tor</text>
    <Action name="start_tor" />
    <Action name="stop_tor" />
    <Separator lineSeparator="true"/>
    <Action name="enable_konqi" />
    <Action name="enable_tormon" />
    <Separator lineSeparator="true"/>
    <Action name="toggle_torbar" />
    <Separator lineSeparator="true"/>
    <Action name="quit"/>
  </Menu>
  <Menu name="Tools"><text>&amp;Tools</text>
      <Action name="hidden_services" />
      <Action name="network_list" />
      <Separator lineSeparator="true"/>
      <Action name="update_torstable" />
      <Action name="update_torunstable" />
      <Separator lineSeparator="true"/>
      <Action name="update_privoxy" />
      <Separator lineSeparator="true"/>
      <Action name="update_tork" />
      <Separator lineSeparator="true"/>
      <Action name="firstrun_wizard" />
  </Menu>

  <Menu name="settings"><text>&amp;Settings</text>
      <Merge name="StandardToolBarMenuHandler"/>
      <Separator />
      <Action name="options_configure_keybinding"/>
      <Action name="options_configure_toolbars"/>
      <Action name="configure_tor" />
  </Menu>

  <Menu name="help"><text>&amp;Help</text>
      <Action name="help_contents"/>
      <Action name="help_plugins_contents"/>
      <Action name="help_whats_this"/>
      <Action name="help_show_tip" />
      <Separator/>
      <Action name="help_report_bug"/>
      <Separator/>
      <Action name="switch_application_language"/>
      <Separator/>
      <Action name="help_about_app"/>
      <Action name="help_about_kde"/>
  </Menu>
  
</MenuBar>
<ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
    <Action name="configure_tor" />
</ToolBar>
<ToolBar name="TorToolBar" noMerge="1"><text>TorK Toolbar</text>
    <Action name="enable_tormon" />
</ToolBar>
<ToolBar name="MoreToolBar" noMerge="1"><text>More Toolbar</text>
</ToolBar>

</kpartgui>