X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcontrol%2Ftelnet.c;h=e7bb2e19c9d60fd35d1c61b92dbf5e718f3bfbda;hb=45ae1b754ba80def6823e0f0d93787e7953601f0;hp=a66d39b820b64c4dff3e8d5ad935725728b1a7dd;hpb=449fd28aaf007c6411251dae9d0dbfdc65b135d1;p=vlc diff --git a/modules/control/telnet.c b/modules/control/telnet.c index a66d39b820..e7bb2e19c9 100644 --- a/modules/control/telnet.c +++ b/modules/control/telnet.c @@ -30,7 +30,8 @@ # include "config.h" #endif -#include +#include +#include #include #include @@ -98,7 +99,7 @@ vlc_module_begin(); TELNETPORT_LONGTEXT, true ); add_password( "telnet-password", TELNETPWD_DEFAULT, NULL, TELNETPWD_TEXT, TELNETPWD_LONGTEXT, true ); - set_description( _("VLM remote control interface") ); + set_description( N_("VLM remote control interface") ); add_category_hint( "VLM", NULL, false ); set_capability( "interface", 0 ); set_callbacks( Open , Close );