[rkward-cvs] SF.net SVN: rkward-code:[4761] trunk/rkward
tfry at users.sf.net
tfry at users.sf.net
Sun Jul 28 17:45:38 UTC 2013
Revision: 4761
http://sourceforge.net/p/rkward/code/4761
Author: tfry
Date: 2013-07-28 17:45:36 +0000 (Sun, 28 Jul 2013)
Log Message:
-----------
Label the mdiToolBar. Thanks to Kohei Watanabe for the reminder.
Modified Paths:
--------------
trunk/rkward/ChangeLog
trunk/rkward/rkward/rkwardui.rc
Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog 2013-07-19 08:15:13 UTC (rev 4760)
+++ trunk/rkward/ChangeLog 2013-07-28 17:45:36 UTC (rev 4761)
@@ -1,3 +1,5 @@
+- Fixed: Give a label to an unlabelled toolbar
+- IN PROGESS: Allow plugins to be translated
- Fixed: Adjust to (re-?)named parameters for options("pager")
- Allow plugin UI script code to query R for information
TODO: - document
Modified: trunk/rkward/rkward/rkwardui.rc
===================================================================
--- trunk/rkward/rkward/rkwardui.rc 2013-07-19 08:15:13 UTC (rev 4760)
+++ trunk/rkward/rkward/rkwardui.rc 2013-07-28 17:45:36 UTC (rev 4761)
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui>
-<kpartgui name="rkward_main" version="570">
+<kpartgui name="rkward_main" version="620">
<MenuBar>
<!-- The Main Window ui.rc is the only one, where merging happens, reliably. That is, why we need to define
a lot of merge points, here, which can then be used be mdi windows and their children.
@@ -94,7 +94,7 @@
<Action name="new_any"/>
<Action name="save_any"/>
</ToolBar>
-<ToolBar fullWidth="true" name="mdiToolBar">
+<ToolBar fullWidth="true" name="mdiToolBar"><text>Window specific actions bar</text>
<DefineGroup name="pretoolbar_actions_merge" append="pretoolbar_actions_merge"/>
<DefineGroup name="toolbar_actions_merge" append="toolbar_actions_merge"/>
<DefineGroup name="posttoolbar_actions_merge" append="posttoolbar_actions_merge"/>
More information about the rkward-tracker
mailing list