From: Jean-Baptiste Kempf Date: Thu, 31 Jul 2008 19:53:21 +0000 (-0700) Subject: Fix preferences for jack (avoid the double 'pace' text) X-Git-Tag: 0.9.0-test3~92 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=9706bc1b42009a7c777dbe1d32027dea40f6c848 Fix preferences for jack (avoid the double 'pace' text) --- diff --git a/modules/access/jack.c b/modules/access/jack.c index ba8804f732..8d333aa9b0 100644 --- a/modules/access/jack.c +++ b/modules/access/jack.c @@ -82,7 +82,7 @@ vlc_module_begin(); add_bool( "jack-input-use-vlc-pace", false, NULL, PACE_TEXT, PACE_LONGTEXT, true ); add_bool( "jack-input-auto-connect", false, NULL, - PACE_TEXT, PACE_LONGTEXT, true ); + AUTO_CONNECT_TEXT, AUTO_CONNECT_LONGTEXT, true ); add_shortcut( "jack" ); set_callbacks( Open, Close );