Your typical c_str => c_str() fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -343,7 +343,7 @@ bool wxMsgCatalog::Load(const wxChar *szDirPrefix, const wxChar *szName0)
|
|||||||
// Then why do you translate at all? Just use _T() and not _(). RR.
|
// Then why do you translate at all? Just use _T() and not _(). RR.
|
||||||
|
|
||||||
wxLogVerbose(_("looking for catalog '%s' in path '%s'."),
|
wxLogVerbose(_("looking for catalog '%s' in path '%s'."),
|
||||||
szName.c_str, searchPath.c_str());
|
szName.c_str(), searchPath.c_str());
|
||||||
|
|
||||||
wxString strFullName;
|
wxString strFullName;
|
||||||
if ( !wxFindFileInPath(&strFullName, searchPath, strFile) ) {
|
if ( !wxFindFileInPath(&strFullName, searchPath, strFile) ) {
|
||||||
|
Reference in New Issue
Block a user