diff --git a/docs/html/news.htm b/docs/html/news.htm
index ccc451b57a..515685d396 100644
--- a/docs/html/news.htm
+++ b/docs/html/news.htm
@@ -8,10 +8,10 @@
-
+
-
-
+ |
+
News
|
diff --git a/docs/tech/tn0004.htm b/docs/tech/tn0004.htm
index acf43fcaef..59fd68658e 100644
--- a/docs/tech/tn0004.htm
+++ b/docs/tech/tn0004.htm
@@ -168,7 +168,7 @@ Solution 3
-
-download the wxWindows-2.1.15-bc.zip file,
+download the wxWindows-2.1.15-bcb.zip file,
-
extract it
diff --git a/src/generic/laywin.cpp b/src/generic/laywin.cpp
index e4e6bf6efa..409814e682 100644
--- a/src/generic/laywin.cpp
+++ b/src/generic/laywin.cpp
@@ -254,11 +254,14 @@ bool wxLayoutAlgorithm::LayoutWindow(wxWindow* parent, wxWindow* mainWindow)
{
wxWindow* win = (wxWindow*) node->Data();
- event.SetId(win->GetId());
- event.SetEventObject(win);
- event.SetFlags(0); // ??
+ if (win != mainWindow)
+ {
+ event.SetId(win->GetId());
+ event.SetEventObject(win);
+ event.SetFlags(0); // ??
- win->GetEventHandler()->ProcessEvent(event);
+ win->GetEventHandler()->ProcessEvent(event);
+ }
node = node->Next();
}
diff --git a/src/png/PngVC.dsp b/src/png/PngVC.dsp
index dfa963dfdf..6c43ab7b18 100644
--- a/src/png/PngVC.dsp
+++ b/src/png/PngVC.dsp
@@ -8,12 +8,12 @@ CFG=png - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
-!MESSAGE NMAKE /f "png.mak".
+!MESSAGE NMAKE /f "PngVC.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
-!MESSAGE NMAKE /f "png.mak" CFG="png - Win32 Debug"
+!MESSAGE NMAKE /f "PngVC.mak" CFG="png - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
@@ -64,7 +64,7 @@ LIB32=link.exe -lib
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\zlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\zlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /YX /FD /GZ /c
# ADD BASE RSC /l 0x809 /d "_DEBUG"
# ADD RSC /l 0x809 /d "_DEBUG"
BSC32=bscmake.exe