diff options
Diffstat (limited to 'kwallet/kwalleteditor.rc')
-rw-r--r-- | kwallet/kwalleteditor.rc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kwallet/kwalleteditor.rc b/kwallet/kwalleteditor.rc new file mode 100644 index 0000000..9c4faf5 --- /dev/null +++ b/kwallet/kwalleteditor.rc @@ -0,0 +1,17 @@ +<!DOCTYPE kpartgui> +<kpartgui name="kwalleteditor" version="2"> + <MenuBar> + <Menu name="file"><text>&File</text> + <Action name="create_folder"/> + <Action name="delete_folder"/> + <Separator/> + <Action name="change_password"/> + <Separator/> + <Action name="merge"/> + <Action name="import"/> + <Action name="export"/> + </Menu> + <Menu name="help"><text>&Help</text> + </Menu> + </MenuBar> +</kpartgui> |