Correct harmless typos.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -269,7 +269,7 @@
|
|||||||
// Use standard C++ streams if 1. If 0, use wxWin streams implementation only.
|
// Use standard C++ streams if 1. If 0, use wxWin streams implementation only.
|
||||||
#define wxUSE_STD_IOSTREAM 0
|
#define wxUSE_STD_IOSTREAM 0
|
||||||
|
|
||||||
// Enable converion to standard C++ string if 1.
|
// Enable conversion to standard C++ string if 1.
|
||||||
#define wxUSE_STD_STRING 0
|
#define wxUSE_STD_STRING 0
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
@@ -478,7 +478,7 @@ wxLog *wxGUIAppTraitsBase::CreateLogTarget()
|
|||||||
#if wxUSE_LOGGUI
|
#if wxUSE_LOGGUI
|
||||||
return new wxLogGui;
|
return new wxLogGui;
|
||||||
#else
|
#else
|
||||||
// wem ust have something!
|
// we must have something!
|
||||||
return new wxLogStderr;
|
return new wxLogStderr;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user