blob: ae233a6da537a2b13f4247ce01b59742dd3b873c (
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
|
<!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>
|