]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just fix a typo: wxGuiLog was used instead of wxLogGui.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Jul 2009 11:18:21 +0000 (11:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Jul 2009 11:18:21 +0000 (11:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/log.h

index c7bbf0b2dbf9c8def130a45e217ae2799c7f8e62..f56b5921edf3ef8311891f1f1c982e070698e48f 100644 (file)
@@ -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();