Typo correction patch [ 1208110 ] Lots of typo corrections
Olly Betts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -100,7 +100,7 @@ wxDatePickerCtrl::Create(wxWindow *parent,
|
||||
// supposed to initialize all common controls, in comctl32.dll 4.72 (and
|
||||
// presumably earlier versions 4.70 and 4.71, date time picker not being
|
||||
// supported in < 4.70 anyhow) it does not do it and we have to initialize
|
||||
// it explicitely
|
||||
// it explicitly
|
||||
static bool s_initDone = false; // MT-ok: used from GUI thread only
|
||||
if ( !s_initDone )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user