npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Feb 16 17:38:29 2012 +0100| [dcf5f2fdf6327a5e39b9919d581455578d48797d] | committer: Jean-Baptiste Kempf
ActiveX: fix help strings > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=dcf5f2fdf6327a5e39b9919d581455578d48797d --- activex/axvlc.idl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/activex/axvlc.idl b/activex/axvlc.idl index 851f039..06d4156 100644 --- a/activex/axvlc.idl +++ b/activex/axvlc.idl @@ -634,16 +634,16 @@ library AXVLC [propget, helpstring("Returns the audio object.")] HRESULT audio([out, retval] IVLCAudio** obj); - [propget, helpstring("Returns the audio object.")] + [propget, helpstring("Returns the input object.")] HRESULT input([out, retval] IVLCInput** obj); [propget, helpstring("Returns the playlist object.")] HRESULT playlist([out, retval] IVLCPlaylist** obj); - [propget, helpstring("Returns the audio object.")] + [propget, helpstring("Returns the subtitle object.")] HRESULT subtitle([out, retval] IVLCSubtitle** obj); - [propget, helpstring("Returns the audio object.")] + [propget, helpstring("Returns the video object.")] HRESULT video([out, retval] IVLCVideo** obj); [id(DISPID_FSEnabled), propget, helpstring("Returns/sets availability of fullscreen mode.")] _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
