mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
23 lines
555 B
Text
23 lines
555 B
Text
![]() |
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||
|
<kpartgui name="BackupMailApplication" version="6">
|
||
|
<MenuBar>
|
||
|
<Menu name="file"><text>&File</text>
|
||
|
<Action name="file_open_recent"/>
|
||
|
<Separator/>
|
||
|
<Action name="backup"/>
|
||
|
<Action name="restore"/>
|
||
|
<Separator/>
|
||
|
<Action name="save_log"/>
|
||
|
<Separator/>
|
||
|
<Action name="show_structure_info"/>
|
||
|
<Separator/>
|
||
|
<Action name="file_quit"/>
|
||
|
</Menu>
|
||
|
<Menu noMerge="1" name="tools">
|
||
|
<text>&Tools</text>
|
||
|
<Action name="show_archive_info"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
</kpartgui>
|
||
|
|