You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.9 KiB
62 lines
1.9 KiB
11 years ago
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||
|
<kpartgui name="TorK" version="1">
|
||
|
<MenuBar noMerge="1">
|
||
|
<Menu name="Tor"><text>&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>&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>&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>&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>
|