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.
tdepim/kmobile/kmobileui.rc

30 lines
801 B

<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kmobile" version="1">
<MenuBar>
<Menu name="file" noMerge="1"><text>&amp;File</text>
<Action name="file_close"/>
<Separator/>
<Action name="file_quit"/>
</Menu>
<Menu name="Device">
<text>&amp;Device</text>
<Action name="device_add" />
<Action name="device_remove" />
<Separator/>
<Action name="device_rename" />
<Action name="device_changeicon" />
<Separator/>
<Action name="device_configure" />
</Menu>
</MenuBar>
<ToolBar noMerge="1" name="mainToolBar" fullWidth="true" >
<text>Main Toolbar</text>
<Action name="file_save" />
<Separator/>
<Action name="device_add" />
<Action name="device_remove" />
<Separator/>
<Action name="device_configure"/>
</ToolBar>
</kpartgui>