From: Jean-Baptiste Kempf Date: Fri, 1 Aug 2008 16:18:00 +0000 (-0700) Subject: Rewrite a useful tooltip for Windows DShow. X-Git-Tag: 0.9.0-test3~48 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=0a549e8ef82b3e12bda93e3391dc86d9b855e2d4 Rewrite a useful tooltip for Windows DShow. --- diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp index a531f7fa30..128ed49636 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_( \