From: Francesco Montorsi Date: Fri, 12 Dec 2008 15:41:22 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ea53cb4abf3a8795b74d16de62bacae5b5328bbb fix typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/busyinfo.h b/interface/wx/busyinfo.h index 9b3b901583..439d90a574 100644 --- a/interface/wx/busyinfo.h +++ b/interface/wx/busyinfo.h @@ -41,7 +41,7 @@ DoACalculation(); if ( !(i % 1000) ) - wxTheApp-Yield(); + wxTheApp->Yield(); } @endcode diff --git a/interface/wx/mediactrl.h b/interface/wx/mediactrl.h index 19e1dfeaa2..6109e65272 100644 --- a/interface/wx/mediactrl.h +++ b/interface/wx/mediactrl.h @@ -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.