No changes, just fix a typo: wxGuiLog was used instead of wxLogGui.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-07-18 11:18:21 +00:00
parent c90e98dcb6
commit e55919d892

View File

@@ -398,7 +398,7 @@ public:
// ----------------- // -----------------
// flush shows all messages if they're not logged immediately (FILE // flush shows all messages if they're not logged immediately (FILE
// and iostream logs don't need it, but wxGuiLog does to avoid showing // and iostream logs don't need it, but wxLogGui does to avoid showing
// 17 modal dialogs one after another) // 17 modal dialogs one after another)
virtual void Flush(); virtual void Flush();