]> git.saurik.com Git - wxWidgets.git/commitdiff
Updating wording in Freeze to more accurately describe the situation under wxGTK...
authorKevin Hock <hockkn@yahoo.com>
Sun, 5 Dec 2004 19:14:34 +0000 (19:14 +0000)
committerKevin Hock <hockkn@yahoo.com>
Sun, 5 Dec 2004 19:14:34 +0000 (19:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index 94f1d8a41d2a32d1d7566f04996c95333865d23d..34d88a49a0e8eb2931854154da3a267504840705 100644 (file)
@@ -655,8 +655,8 @@ be called to reenable window redrawing. Calls to these two functions may be
 nested.
 
 This method is useful for visual appearance optimization (for example, it
-is a good idea to use it before inserting large amount of text into a
-wxTextCtrl under wxGTK) but is not implemented on all platforms nor for all
+is a good idea to use it before doing many large text insertions in a row into
+wxTextCtrl under wxGTK) but is not implemented on all platforms nor for all
 controls so it is mostly just a hint to wxWidgets and not a mandatory
 directive.