]> git.sesse.net Git - vlc/commitdiff
Rewrite a useful tooltip for Windows DShow.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 1 Aug 2008 16:18:00 +0000 (09:18 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 1 Aug 2008 16:18:00 +0000 (09:18 -0700)
modules/access/dshow/dshow.cpp

index a531f7fa303c28b99ed6dfa921cf021c2b574085..128ed4963633b0292fc29d2eeb295ca90630b8e4 100644 (file)
@@ -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_( \