Unicode compilation fix after last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2910,7 +2910,7 @@ wxString wxLocale::GetInfo(wxLocaleInfo index, wxLocaleCategory WXUNUSED(cat))
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
wxFAIL_MSG( "Unknown locale info" );
|
wxFAIL_MSG( _T("Unknown locale info") );
|
||||||
}
|
}
|
||||||
|
|
||||||
wxMacCFStringHolder
|
wxMacCFStringHolder
|
||||||
|
Reference in New Issue
Block a user