]> git.saurik.com Git - wxWidgets.git/commit
don't assert at startup because of the static initialization of a wxLocale object...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 12 Dec 2008 15:58:03 +0000 (15:58 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 12 Dec 2008 15:58:03 +0000 (15:58 +0000)
commit3e23102435cb5c97a71548232ae37978a6755e8d
treeea2ede14390758bd6cf5e2478b0a88f7f81fb450
parentfa7e10a43f50d03c5cc64883724604b69bd712e0
don't assert at startup because of the static initialization of a wxLocale object requires a valid wxAppTraits object; init the locale later, in TestDefaultLang()

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