[vlc-devel] commit: Fix preferences for jack (avoid the double 'pace' text) ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Jul 31 21:51:43 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 31 12:53:21 2008 -0700| [9706bc1b42009a7c777dbe1d32027dea40f6c848]
Fix preferences for jack (avoid the double 'pace' text)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9706bc1b42009a7c777dbe1d32027dea40f6c848
---
modules/access/jack.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/jack.c b/modules/access/jack.c
index ba8804f..8d333aa 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 );
More information about the vlc-devel
mailing list