projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
12523ae
)
Fixed typo
author
Robin Dunn
<robin@alldunn.com>
Fri, 10 Sep 2004 20:08:01 +0000
(20:08 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Fri, 10 Sep 2004 20:08:01 +0000
(20:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29082
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/docs/MigrationGuide.txt
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/docs/MigrationGuide.txt
b/wxPython/docs/MigrationGuide.txt
index 504513b6d9c283e001c8374f2d0d2a0b51675494..a0de5716229b73d9cf035de5b223f4256f065e54 100644
(file)
--- a/
wxPython/docs/MigrationGuide.txt
+++ b/
wxPython/docs/MigrationGuide.txt
@@
-424,7
+424,7
@@
be used from XRC.
You should not use AddWindow, AddSizer, AddSpacer (and similar for
Insert, Prepend, and etc.) methods any longer. Just use Add and the
wrappers will figure out what to do. **[Changed in 2.5.2.x]**
-AddWindow, AddSize, AddSpacer and etc. will now issue a
+AddWindow, AddSize
r
, AddSpacer and etc. will now issue a
DeprecationWarning.
**[Changed in 2.5.2.x]** The Sizers have had some fundamental internal