Struggling with gui merging

Stephan Binner binner at kde.org
Fri Jun 20 11:46:15 BST 2003


On Wednesday 18 June 2003 18:01, Waldo Bastian wrote:

> Can anyone have a look at kig in kdeextragear-1 and explain me how I can
> get the "fullscreen" action _under_ the "Show statusbar" action without
> moving the "Show toolbar" menu.

Index: kig/kigui.rc
===================================================================
RCS file: /home/kde/kdeedu/kig/kig/kigui.rc,v
retrieving revision 1.7
diff -u -3 -p -b -r1.7 kigui.rc
--- kig/kigui.rc        19 Apr 2003 08:07:22 -0000      1.7
+++ kig/kigui.rc        20 Jun 2003 10:44:06 -0000
@@ -11,9 +11,9 @@
        </Menu>
        <Merge />
        <Menu name="settings" noMerge="1"><text>&Settings</text>
-               <Merge />
-               <Action name="options_show_toolbar"/>
+               <Merge name="StandardToolBarMenuHandler" />
                <Action name="options_show_statusbar"/>
+               <Merge />
                <Separator/>
                <Action name="options_configure_keybinding"/>
                <Action name="options_configure_toolbars"/>

Bye,
   Steve





More information about the kde-core-devel mailing list