AGW Logo

svn SVN Revision 70697 For framemanager

This file contains the SVN revision history for framemanager, at revision 70697.

Available information include commit date, the name of the committer, the file size, the SVN log messages and a diff from the previous version (if available).


file_info File Information

  • Commit Date: 31-Mar-2009 16:34:20 UTC
  • Committer: AG
  • File Size: 365431 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

AuiManager: internationalize the various hard-coded strings.


svn_diff Diff To Previous Version (69627)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/aui/framemanager.py   2011/11/01 19:42:21     69627
+++ wxPython/3rdParty/AGW/agw/aui/framemanager.py   2012/02/26 15:15:02     70697
@@ -13,7 +13,7 @@
# Python Code By:
#
# Andrea Gavana, @ 23 Dec 2005
-# Latest Revision: 01 Nov 2011, 21.00 GMT
+# Latest Revision: 26 Feb 2012, 15.00 GMT
#
# For All Kind Of Problems, Requests Of Enhancements And Bug Reports, Please
# Write To Me At:
@@ -9906,7 +9906,8 @@
if posMask == AUI_MINIMIZE_POS_TOOLBAR:
target = paneInfo.name

-            minimize_toolbar.AddSimpleTool(ID_RESTORE_FRAME, paneInfo.caption, restore_bitmap, "Restore " + paneInfo.caption, target=target)
+            minimize_toolbar.AddSimpleTool(ID_RESTORE_FRAME, paneInfo.caption, restore_bitmap,
+                                           _(u"Restore %s")%paneInfo.caption, target=target)
minimize_toolbar.SetAuiManager(self)
minimize_toolbar.Realize()
toolpanelname = paneInfo.name + "_min"
Tree