From e55919d8927c407960e1237faf3a13e7cd5ff0ee Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 18 Jul 2009 11:18:21 +0000 Subject: [PATCH] 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 --- include/wx/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.50.0