Fix and install smb2rdc action
[kdenetwork.git] / krdc / krdcui.rc
blob091262cdfe1a48714644372cfaa8e5567487ff13
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
3 <gui name="krdc" version="1">
4 <MenuBar>
5 <Menu noMerge="1" name="file"><text>&amp;File</text>
6 <Action name="new_vnc_connection" />
7 <Action name="new_nx_connection" />
8 <Action name="new_rdp_connection" />
9 <Separator/>
10 <Action name="quit" />
11 </Menu>
12 <Menu noMerge="1" name="session"><text>&amp;Session</text>
13 <Action name="switch_fullscreen" />
14 <Action name="take_screenshot" />
15 <Action name="view_only" />
16 <Action name="show_local_cursor" />
17 <Action name="special_keys_dialog" />
18 <Action name="logout" />
19 </Menu>
20 <Action name="bookmark" />
21 <Menu name="settings"><text>&amp;Settings</text>
22 <Separator/>
23 <Action name="configure_notifications" />
24 <Action name="configure_keys" />
25 <Action name="configure_toolbars" />
26 <Separator/>
27 <Action name="preferences" />
28 <Separator/>
29 <Action name="settings_showmenubar" append="show_merge" />
30 </Menu>
31 <Menu name="help"><text>&amp;Help</text>
32 </Menu>
33 </MenuBar>
34 <ToolBar fullWidth="false" name="krdc_remote_view_toolbar" iconText="icononly" newline="false"><text>Remote View Toolbar</text>
35 <Action name="switch_fullscreen" />
36 <Action name="take_screenshot" />
37 <Action name="view_only" />
38 <Action name="special_keys_dialog" />
39 <Action name="logout" />
40 </ToolBar>
41 <ToolBar fullWidth="false" name="krdc_address_toolbar" iconText="icononly" newline="false"><text>Address Toolbar</text>
42 <Action name="address_line" />
43 <Action name="goto_address" />
44 </ToolBar>
45 </gui>