From: Christophe Mutricy Date: Fri, 31 Mar 2006 23:30:46 +0000 (+0000) Subject: Fix compile X-Git-Tag: 0.9.0-test0~11672 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=663b6a30719e20f61f14911246011930f9b8b7dd;p=vlc Fix compile --- diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp index e851cd666d..b317b55688 100644 --- a/modules/access/dshow/dshow.cpp +++ b/modules/access/dshow/dshow.cpp @@ -102,7 +102,7 @@ static char *ppsz_tuner_input_text[] = #define FPS_TEXT N_("Video input frame rate") #define FPS_LONGTEXT N_( \ "Force the DirectShow video input to use a specific frame rate" \ - "(eg. 0 means default, 25, 29.97, 50, 59.94, etc.)" + "(eg. 0 means default, 25, 29.97, 50, 59.94, etc.)") #define CONFIG_TEXT N_("Device properties") #define CONFIG_LONGTEXT N_( \ "Show the properties dialog of the selected device before starting the " \