projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't throw away the first three stack frames in the assert stack dump (fix needed...
[wxWidgets.git]
/
src
/
os2
/
dialog.cpp
diff --git
a/src/os2/dialog.cpp
b/src/os2/dialog.cpp
index c9705d8ea44c97e3d0214a57b4c4d3df5b66b5fc..5b76f3ca10ab01e296234eaa4305370c72566244 100644
(file)
--- a/
src/os2/dialog.cpp
+++ b/
src/os2/dialog.cpp
@@
-266,7
+266,7
@@
bool wxDialog::Show( bool bShow )
if ( bShow )
{
// dialogs don't get WM_SIZE message after creation unlike most (all?)
if ( bShow )
{
// dialogs don't get WM_SIZE message after creation unlike most (all?)
- // other windows and so could start their life no
n
laid out correctly
+ // other windows and so could start their life no
t
laid out correctly
// if we didn't call Layout() from here
//
// NB: normally we should call it just the first time but doing it
// if we didn't call Layout() from here
//
// NB: normally we should call it just the first time but doing it