]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/choicdgg.cpp
wxUSE_HTML was missiing at some places
[wxWidgets.git] / src / generic / choicdgg.cpp
index 5f82eb8ae093444a367b13cebbb92445cb2f0b5e..e33b7c61fb240796348ada25c29239d70726baef 100644 (file)
@@ -48,7 +48,7 @@ wxString wxGetSingleChoice( const wxString& message, const wxString& caption, in
     if ( dialog.ShowModal() == wxID_OK )
         return dialog.GetStringSelection();
     else
-        return _T("");
+        return wxT("");
 }
 
 // Overloaded for backward compatibility
@@ -234,7 +234,7 @@ bool wxSingleChoiceDialog::Create( wxWindow *WXUNUSED(parent),
 {
     m_selection = 0;
     m_clientData = NULL;
-    m_stringSelection = _T("");
+    m_stringSelection = wxT("");
 
     m_dialogStyle = style;