From c24349a8119c24a4a131dbc1f6611aa78f366911 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20Stenac?= Date: Thu, 30 Mar 2006 08:36:49 +0000 Subject: [PATCH] Use the string --- modules/control/corba/corba.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/control/corba/corba.c b/modules/control/corba/corba.c index 4fd61a030c..4370d875ba 100644 --- a/modules/control/corba/corba.c +++ b/modules/control/corba/corba.c @@ -693,7 +693,8 @@ add_category_hint( N_( "Corba control" ), NULL, VLC_FALSE ); set_description( _( "corba control module" ) ); set_capability( "interface", 10 ); -add_integer( "corba-reactivity", 5000, NULL, "Internal reactivity factor", "Internal reactivity factor ( gtk timeout is INTF_IDLE_SLEEP / factor )", VLC_TRUE ); +add_integer( "corba-reactivity", 5000, NULL, REACTIVITY_TEXT, + REACTIVITY_LONGTEXT, VLC_TRUE ); set_callbacks( Open, Close ); vlc_module_end(); -- 2.39.5