]> git.saurik.com Git - wxWidgets.git/commitdiff
fix typo
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 12 Dec 2008 15:41:22 +0000 (15:41 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 12 Dec 2008 15:41:22 +0000 (15:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/busyinfo.h
interface/wx/mediactrl.h

index 9b3b901583ea8393c3f72393bfec9895bf8b2d30..439d90a574f0117d452e6433d2ab1bb37cbf8061 100644 (file)
@@ -41,7 +41,7 @@
             DoACalculation();
 
             if ( !(i % 1000) )
-                wxTheApp-Yield();
+                wxTheApp->Yield();
         }
     @endcode
 
index 19e1dfeaa256965bff934722d539e96f8725dddb..6109e652724d4ad95bc77b3e528c6e802702a7d3 100644 (file)
@@ -407,7 +407,7 @@ public:
         default controls provided by the toolkit. The function takes a
         wxMediaCtrlPlayerControls enumeration, please see available show modes there.
 
-        For more see @ref mediactrl_player_controls.
+        For more info see @ref mediactrl_player_controls.
 
         Currently only implemented on the QuickTime and DirectShow backends.
         The function returns @true on success.