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.
19 lines
369 B
19 lines
369 B
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="xmlgui" version="1">
|
|
|
|
<MenuBar>
|
|
|
|
<Menu name="file" noMerge="1"><text>&File</text>
|
|
<Action name="file_open"/>
|
|
<Action name="file_save"/>
|
|
<Action name="file_save_as"/>
|
|
<Separator/>
|
|
<Action name="file_print"/>
|
|
<Separator/>
|
|
<Action name="file_quit"/>
|
|
</Menu>
|
|
|
|
</MenuBar>
|
|
|
|
</kpartgui>
|