]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
Changes for mingw32/gcc-2.95
[wxWidgets.git] / src / common / intl.cpp
index 3dd7a175ad52d1508b709f622b8fbb784af85cb7..f21ab6188762b0a7afe4eb58eda91cf63afc88d3 100644 (file)
@@ -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.
 
   wxLogVerbose(_("looking for catalog '%s' in path '%s'."),
-               szName.c_str, searchPath.c_str());
+               szName.c_str(), searchPath.c_str());
 
   wxString strFullName;
   if ( !wxFindFileInPath(&strFullName, searchPath, strFile) ) {