From 6a04fd2f425bf95c2ecbbbfff1fc15aa7f9046de Mon Sep 17 00:00:00 2001 From: PB Date: Sat, 16 May 2020 14:56:00 +0200 Subject: [PATCH] Fix few more things in wxMediaCtrl docs Should be merged with the previous commit. Fixes a typo introduced in the previous commit. Updates the section about force linking a module. --- interface/wx/mediactrl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/wx/mediactrl.h b/interface/wx/mediactrl.h index e42311c729..9556f5928a 100644 --- a/interface/wx/mediactrl.h +++ b/interface/wx/mediactrl.h @@ -203,8 +203,8 @@ public: xoverlay and gst-play modules of gstreamer to function. You need the correct modules to play the relevant files, for example the mad module to play mp3s, etc. - - @b wxMEDIABACKEND_WMP10, Uses Windows Media Player 10 (Windows only) - - works systems with either Windows Media Player 9 or 10 installed. + - @b wxMEDIABACKEND_WMP10, Use Windows Media Player 10 (Windows only). + Works on systems with either Windows Media Player 9 or 10 installed. Note that other backends such as wxMEDIABACKEND_MCI can now be found at wxCode (http://wxcode.sourceforge.net/). @@ -222,7 +222,7 @@ public: The only real tricky part is that you need to make sure the file in compiled in, which if there are just backends in there will not happen and you may need to - use a force link hack (see https://wiki.wxwidgets.org/RTTI). + use a force link hack (see @c wxFORCE_LINK_MODULE usage in the mediactrl sample). There is a rather simple example of how to create a backend in the wxActiveXContainer documentation.