[vlc-devel] commit: Rewrite a useful tooltip for Windows DShow. (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Aug 1 18:16:30 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug  1 09:18:00 2008 -0700| [0a549e8ef82b3e12bda93e3391dc86d9b855e2d4] | committer: Jean-Baptiste Kempf 

Rewrite a useful tooltip for Windows DShow.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0a549e8ef82b3e12bda93e3391dc86d9b855e2d4
---

 modules/access/dshow/dshow.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp
index a531f7f..128ed49 100644
--- a/modules/access/dshow/dshow.cpp
+++ b/modules/access/dshow/dshow.cpp
@@ -158,7 +158,8 @@ static const char *const ppsz_amtuner_mode_text[] = { N_("Default"),
 
 #define AMTUNER_MODE_TEXT N_("AM Tuner mode")
 #define AMTUNER_MODE_LONGTEXT N_( \
-    "AM Tuner mode. Can be one of DEFAULT, TV, AM_RADIO, FM_RADIO or DSS.")
+    "AM Tuner mode. Can be one of Default (0), TV (1)," \
+     "AM Radio (2), FM Radio (3) or DSS (4).")
 
 #define AUDIO_CHANNELS_TEXT N_("Number of audio channels")
 #define AUDIO_CHANNELS_LONGTEXT N_( \




More information about the vlc-devel mailing list