]> git.saurik.com Git - wxWidgets.git/commitdiff
fix typo
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 29 Jan 2009 23:52:47 +0000 (23:52 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 29 Jan 2009 23:52:47 +0000 (23:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/busyinfo.h

index 439d90a574f0117d452e6433d2ab1bb37cbf8061..287f8371e6a38ad8e847fb235dadf1e046023634 100644 (file)
     It works by creating a window in the constructor, and deleting it
     in the destructor.
 
     It works by creating a window in the constructor, and deleting it
     in the destructor.
 
-    You may also want to call wxTheApp-Yield() to refresh the window
+    You may also want to call wxTheApp->Yield() to refresh the window
     periodically (in case it had been obscured by other windows, for
     example) like this:
 
     @code
         wxWindowDisabler disableAll;
     periodically (in case it had been obscured by other windows, for
     example) like this:
 
     @code
         wxWindowDisabler disableAll;
-
         wxBusyInfo wait("Please wait, working...");
 
         for (int i = 0; i < 100000; i++)
         wxBusyInfo wait("Please wait, working...");
 
         for (int i = 0; i < 100000; i++)