]> git.saurik.com Git - wxWidgets.git/commitdiff
Finalize --> Realize
authorRobin Dunn <robin@alldunn.com>
Sat, 26 Feb 2005 18:02:02 +0000 (18:02 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 26 Feb 2005 18:02:02 +0000 (18:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index f4a6074edcf94aac4fc91c3a8fba087784a8bdea..af63fa484e4655babcf19e73cd03434ff4e2dd34 100644 (file)
@@ -150,7 +150,7 @@ Added wxStdDialogButtonSizer, which is a a special sizer that knows
 how to order and position standard buttons in order to conform to the
 current platform's standards.  You simply need to add each `wx.Button`
 to the sizer, and be sure to create the buttons using the standard
 how to order and position standard buttons in order to conform to the
 current platform's standards.  You simply need to add each `wx.Button`
 to the sizer, and be sure to create the buttons using the standard
-ID's.  Then call `Finalize` and the sizer will take care of the rest.
+ID's.  Then call `Realize` and the sizer will take care of the rest.
 
 wxMSW Toolbar: pass correct tool id (and not always -1) to the
 EVT_TOOL_RCLICKED handler
 
 wxMSW Toolbar: pass correct tool id (and not always -1) to the
 EVT_TOOL_RCLICKED handler