blob: ce28c0030a60bf5fdb4d750a85a08230b0b80e60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="quanta" version="2">
<ToolBar tabname="text" noMerge="1" name="text" >
<text>text</text>
<Action name="wml_tag_b" />
<Action name="wml_tag_i" />
<Action name="wml_tag_u" />
<Separator name="separator_2" />
<Action name="wml_tag_big" />
<Action name="wml_tag_small" />
<Action name="wml_tag_em" />
<Separator name="separator_1" />
<Action name="wml_tag_br" />
<Action name="wml_tag_p" />
<Action name="wml_tag_pre" />
<Separator name="separator_0" />
<Action name="insert_char" /> </ToolBar>
</kpartgui>
|