]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dlgcmn.cpp
Check accelerators before sending EVT_CHAR
[wxWidgets.git] / src / common / dlgcmn.cpp
index a0f2ed50009467cb1d1deb9d04a53f17937b7dc1..f810b795a413196af0015f7de55a079f2d996003 100644 (file)
@@ -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;
                     }
                 }
         }