From: Vadim Zeitlin Date: Sat, 18 Jul 2009 11:18:21 +0000 (+0000) Subject: No changes, just fix a typo: wxGuiLog was used instead of wxLogGui. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e55919d8927c407960e1237faf3a13e7cd5ff0ee?ds=inline 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 --- diff --git a/include/wx/log.h b/include/wx/log.h index c7bbf0b2db..f56b5921ed 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -398,7 +398,7 @@ public: // ----------------- // 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) virtual void Flush();