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.
32 lines
765 B
32 lines
765 B
<!DOCTYPE kpartgui>
|
|
<kpartgui name="tdeprintfax">
|
|
<MenuBar>
|
|
<Menu name="file"><text>&File</text>
|
|
<Action name="file_add" />
|
|
<Action name="file_remove" />
|
|
<Separator />
|
|
<Action name="file_view" />
|
|
</Menu>
|
|
<Menu name="fax"><text>Fa&x</text>
|
|
<Action name="fax_send" />
|
|
<Action name="fax_stop" />
|
|
<Separator />
|
|
<Action name="fax_add" />
|
|
<Action name="fax_ab" />
|
|
<Separator />
|
|
<Action name="fax_log" />
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar name="mainToolBar">
|
|
<Action name="file_add" />
|
|
<Action name="file_remove" />
|
|
<Action name="file_view" />
|
|
<Separator />
|
|
<Action name="fax_send" />
|
|
<Action name="fax_stop" />
|
|
<Action name="fax_ab" />
|
|
<Separator />
|
|
<Action name="fax_log" />
|
|
</ToolBar>
|
|
</kpartgui>
|