summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilotui.rc
blob: d5e6ac4273ed588fc3cd60494351852c1ccc6283 (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="kpilot" version="5">
<MenuBar>
  <Menu name="file" noMerge="1"><text>&amp;File</text>
    <!-- Keep this list synchronized with pilotDaemon.cc and kpilot.cc -->
    <Action name="file_hotsync" />
    <Action name="file_fullsync" />
    <Action name="file_backup" />
    <Action name="file_restore" />
    <Action name="file_HHtoPC" />
    <Action name="file_PCtoHH" />
    <Separator />
    <Action name="file_quit" />
  </Menu>
  <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
    <Action name="options_show_statusbar" />
    <Action name="options_show_toolbar" />
    <Merge name="StandardToolBarMenuHandler" />
    <Separator />
    <Action name="options_configure_keybinding" />
    <Action name="options_configure_toolbars" />
    <Action name="options_configure" />
    <Action name="options_configure_wizard" />
  </Menu>
</MenuBar>

<Menu name="rb_popup">
  <Action name="file_hotsync" />
  <Action name="file_backup" />
  <Action name="file_restore" />
  <Separator />
</Menu>

<ToolBar name="mainToolBar"><text>Main Toolbar</text>
  <Action name="popup_hotsync" />
  <Action name="file_backup" />
  <Action name="file_reload" />
  <Separator />
</ToolBar>

</kpartgui>


<!--
Local Variables:
mode: xml
sgml-omittag: nil
sgml-shorttag: t
sgml-general-insert-case: lower
End:
-->