Why does there need to be a wxNotebookSizer? The wx manual says it is depreciated. Besides we use wxFNB not wxNotebook. :? Patch below gets rid of it....
Index: src/sdk/editormanager.cpp
===================================================================
--- src/sdk/editormanager.cpp (revision 2141)
+++ src/sdk/editormanager.cpp (working copy)
@@ -208,11 +208,6 @@
CreateSearchLog();
LoadAutoComplete();
-
-#if !wxCHECK_VERSION(2, 5, 0)
- /*wxNotebookSizer* nbs =*/
- new wxNotebookSizer(m_pNotebook);
-#endif
}
// class destructor
EDIT:
BTW I posted it to the tracker here.
https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=897&group_id=5358