summaryrefslogtreecommitdiffstats
path: root/src/gui/ui/bankeditor.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ui/bankeditor.rc')
-rw-r--r--src/gui/ui/bankeditor.rc22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/gui/ui/bankeditor.rc b/src/gui/ui/bankeditor.rc
new file mode 100644
index 0000000..9d85e52
--- /dev/null
+++ b/src/gui/ui/bankeditor.rc
@@ -0,0 +1,22 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+
+<kpartgui name="BankEditor" version="1230">
+
+<MenuBar>
+ <Menu name="file">
+ <Action name="file_close_discard"/>
+ </Menu>
+</MenuBar>
+
+<ToolBar name="mainToolBar">
+ <Action name="file_close"/>
+</ToolBar>
+
+<State name="on_bank_item">
+ <enable>
+ <Action name="edit_copy"/>
+ <Action name="edit_paste"/>
+ </enable>
+</State>
+
+</kpartgui>