]> git.saurik.com Git - wxWidgets.git/commit
Use member variable instead of a global in the dialogs sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:53:32 +0000 (22:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:53:32 +0000 (22:53 +0000)
commit87a1867991ec94e6a86557af9971cf53365b9c36
tree69213792ae953e6945a88311ac0755601794e56d
parente9ee227022d56afbe21612425c7f93e5ea8d713b
Use member variable instead of a global in the dialogs sample.

Made MyCanvas member of MyFrame instead of using a global variable which was
put inside the frame by wxApp.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/dialogs/dialogs.cpp
samples/dialogs/dialogs.h