]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dialog.cpp
fixed event generation for wxChoice: it now sends one and exactly one wxEVT_COMMAND_C...
[wxWidgets.git] / src / os2 / dialog.cpp
index c9705d8ea44c97e3d0214a57b4c4d3df5b66b5fc..5b76f3ca10ab01e296234eaa4305370c72566244 100644 (file)
@@ -266,7 +266,7 @@ bool wxDialog::Show( bool bShow )
     if ( bShow )
     {
         // dialogs don't get WM_SIZE message after creation unlike most (all?)
-        // other windows and so could start their life non laid out correctly
+        // other windows and so could start their life not laid out correctly
         // if we didn't call Layout() from here
         //
         // NB: normally we should call it just the first time but doing it