X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/331c1816d7f6fa0162783bd017d238c35d937b6c..f4bb632cde9cc60fa89f173f0d33c5881794cc68:/src/common/dlgcmn.cpp diff --git a/src/common/dlgcmn.cpp b/src/common/dlgcmn.cpp index a0f2ed5000..f810b795a4 100644 --- a/src/common/dlgcmn.cpp +++ b/src/common/dlgcmn.cpp @@ -105,7 +105,7 @@ wxSizer *wxDialogBase::CreateTextSizer( const wxString& message ) { wxStaticText *s = new wxStaticText( this, wxID_ANY, line ); box->Add( s ); - line = wxT(""); + line = wxEmptyString; } else { @@ -148,7 +148,7 @@ wxSizer *wxDialogBase::CreateTextSizer( const wxString& message ) pos = last_space; last_space = 0; - line = wxT(""); + line = wxEmptyString; } } }