typos in error messages corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fb9e1bc282
commit
68ad65f856
@ -365,7 +365,7 @@ void wxLog::DoLog(wxLogLevel level, const char *szString)
|
|||||||
|
|
||||||
void wxLog::DoLogString(const char *WXUNUSED(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()
|
void wxLog::Flush()
|
||||||
|
@ -138,7 +138,7 @@ bool wxDialog::Create(wxWindow *parent, wxWindowID id,
|
|||||||
|
|
||||||
if ( !hwnd )
|
if ( !hwnd )
|
||||||
{
|
{
|
||||||
wxLogError(_("Failed to created dialog."));
|
wxLogError(_("Failed to create dialog."));
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user