Commit 9706bc1b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix preferences for jack (avoid the double 'pace' text)

parent 0ad4e448
...@@ -82,7 +82,7 @@ vlc_module_begin(); ...@@ -82,7 +82,7 @@ vlc_module_begin();
add_bool( "jack-input-use-vlc-pace", false, NULL, add_bool( "jack-input-use-vlc-pace", false, NULL,
PACE_TEXT, PACE_LONGTEXT, true ); PACE_TEXT, PACE_LONGTEXT, true );
add_bool( "jack-input-auto-connect", false, NULL, add_bool( "jack-input-auto-connect", false, NULL,
PACE_TEXT, PACE_LONGTEXT, true ); AUTO_CONNECT_TEXT, AUTO_CONNECT_LONGTEXT, true );
add_shortcut( "jack" ); add_shortcut( "jack" );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment