[vlc-commits] ActiveX: fix help strings

Jean-Baptiste Kempf git at videolan.org
Thu Feb 16 17:38:27 CET 2012


npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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.")]



More information about the vlc-commits mailing list