if ( dialog.ShowModal() == wxID_OK )
return dialog.GetStringSelection();
else
- return T("");
+ return wxT("");
}
// Overloaded for backward compatibility
{
m_selection = 0;
m_clientData = NULL;
- m_stringSelection = T("");
+ m_stringSelection = wxT("");
m_dialogStyle = style;