diff options
Diffstat (limited to 'kopete/libkopete/kopetecommandui.rc')
-rw-r--r-- | kopete/libkopete/kopetecommandui.rc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kopete/libkopete/kopetecommandui.rc b/kopete/libkopete/kopetecommandui.rc new file mode 100644 index 00000000..8cd10680 --- /dev/null +++ b/kopete/libkopete/kopetecommandui.rc @@ -0,0 +1,12 @@ +<!DOCTYPE kpartgui> +<kpartgui version="2" name="kopetechatwindow"> + <MenuBar> + <Menu noMerge="1" name="file"> + <Menu name="commandmenu"> + <text>Commands</text> + <ActionList name="commandactionlist" /> + </Menu> + </Menu> + </MenuBar> + +</kpartgui> |