[rkward-cvs] SF.net SVN: rkward: [1048] trunk/rkward/rkward/rkwardui.rc
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Jan 2 14:30:57 UTC 2007
Revision: 1048
http://svn.sourceforge.net/rkward/?rev=1048&view=rev
Author: tfry
Date: 2007-01-02 06:30:56 -0800 (Tue, 02 Jan 2007)
Log Message:
-----------
Experimental: Always show all top level menus
Modified Paths:
--------------
trunk/rkward/rkward/rkwardui.rc
Modified: trunk/rkward/rkward/rkwardui.rc
===================================================================
--- trunk/rkward/rkward/rkwardui.rc 2007-01-02 13:51:59 UTC (rev 1047)
+++ trunk/rkward/rkward/rkwardui.rc 2007-01-02 14:30:56 UTC (rev 1048)
@@ -23,8 +23,11 @@
<Action name="file_load_libs"/>
</Menu>
- <Merge/>
-
+ <!-- These menus are actually defined in KParts. We also declare them here, to avoid menus jumping around -->
+ <Menu name="edit"><text>&Edit</text><Separator/><Merge/></Menu>
+ <Menu name="view"><text>&View</text><Separator/><Merge/></Menu>
+ <Menu name="run"><text>&Run</text><Separator/><Merge/></Menu>
+
<Merge name="rkwardcomponents" />
<Menu name="windows"><text>&Windows</text>
@@ -55,4 +58,6 @@
<Action name="file_openy"/>
<Action name="file_open_recenty"/>
</ToolBar>
+<ToolBar fullWidth="true" name="runToolBar">
+</ToolBar>
</kpartgui>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list