From 663b6a30719e20f61f14911246011930f9b8b7dd Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Fri, 31 Mar 2006 23:30:46 +0000 Subject: [PATCH] Fix compile --- modules/access/dshow/dshow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " \ -- 2.39.2