Fixed some broken things related to context help, fixed memory leak
authorJulian Smart <julian@anthemion.co.uk>
Fri, 8 Sep 2000 13:52:10 +0000 (13:52 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 8 Sep 2000 13:52:10 +0000 (13:52 +0000)
commit57591e0edb8cbaa2b12e4a0da68fe445fa636747
tree581895a83e8cf28c629e2e087f4830ee297a73ff
parentfb6261e9ba8b162347135a9174afbc81244b10cc
Fixed some broken things related to context help, fixed memory leak
in wxGenericTreeCtrl (Init should be called before Create, not _in_ Create)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
include/wx/generic/treectlg.h
include/wx/utils.h
src/common/cshelp.cpp
src/common/utilscmn.cpp
src/generic/treectlg.cpp
src/gtk/utilsgtk.cpp
src/gtk/window.cpp
src/gtk1/utilsgtk.cpp
src/gtk1/window.cpp
src/mac/carbon/utils.cpp
src/mac/carbon/window.cpp
src/mac/utils.cpp
src/mac/window.cpp
src/motif/utils.cpp
src/motif/window.cpp
src/msw/window.cpp