]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/log.cpp
mime.types entries with all fields on same line parsed correctly
[wxWidgets.git] / src / common / log.cpp
index aa30e87e1a8a8dad5fffab7c612c6cc236540e3f..686cd757541e6a7abdd48db96adb2643a6884930 100644 (file)
@@ -365,7 +365,7 @@ void wxLog::DoLog(wxLogLevel level, const char *szString)
 
 void wxLog::DoLogString(const char *WXUNUSED(szString))
 {
-  wxFAIL_MSG(_("DoLogString must be overrided if it's called."));
+  wxFAIL_MSG("DoLogString must be overriden if it's called.");
 }
 
 void wxLog::Flush()