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.
18 lines
504 B
18 lines
504 B
13 years ago
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||
|
<kpartgui name="keep" version="1">
|
||
|
<MenuBar>
|
||
|
<Menu name="file"><text>&File</text>
|
||
|
<Action name="restore_backup" />
|
||
|
<Action name="add_backup" />
|
||
|
<Action name="force_backup" />
|
||
|
<Separator/>
|
||
|
<Action name="view_log" />
|
||
|
</Menu>
|
||
|
<Menu name="settings"><text>&Settings</text>
|
||
|
<Action name="check_rdiff-backup" />
|
||
|
<Separator/>
|
||
|
<Action name="configure_backups" />
|
||
|
<Action name="configure_keep" />
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
</kpartgui>
|