.empty() string decorations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-02-09 14:19:49 +00:00
parent fde6325769
commit f31a409829
8 changed files with 36 additions and 36 deletions

View File

@@ -136,7 +136,7 @@ wxDatePickerCtrl::Create(wxWindow *parent,
return false;
// create the native control
if ( !MSWCreateControl(DATETIMEPICK_CLASS, _T(""), pos, size) )
if ( !MSWCreateControl(DATETIMEPICK_CLASS, wxEmptyString, pos, size) )
return false;
if ( dt.IsValid() )