git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1931
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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()
if ( !hwnd )
{
- wxLogError(_("Failed to created dialog."));
+ wxLogError(_("Failed to create dialog."));
return FALSE;
}
SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_3DFACE));
Refresh();
#endif
-}
\ No newline at end of file
+}