fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
DoACalculation();
|
DoACalculation();
|
||||||
|
|
||||||
if ( !(i % 1000) )
|
if ( !(i % 1000) )
|
||||||
wxTheApp-Yield();
|
wxTheApp->Yield();
|
||||||
}
|
}
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
|
@@ -407,7 +407,7 @@ public:
|
|||||||
default controls provided by the toolkit. The function takes a
|
default controls provided by the toolkit. The function takes a
|
||||||
wxMediaCtrlPlayerControls enumeration, please see available show modes there.
|
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.
|
Currently only implemented on the QuickTime and DirectShow backends.
|
||||||
The function returns @true on success.
|
The function returns @true on success.
|
||||||
|
Reference in New Issue
Block a user