]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/choicdgg.cpp
replaced T() makro with wxT() due to namespace probs, _T() exists, too
[wxWidgets.git] / src / generic / choicdgg.cpp
index 53fc22e2bcce5044ff8310d060d506b609d5b514..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;