X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcontrol%2Ftelnet.c;h=e7bb2e19c9d60fd35d1c61b92dbf5e718f3bfbda;hb=171934abd5615437ea05522e727e8c77bf1b07c8;hp=a66d39b820b64c4dff3e8d5ad935725728b1a7dd;hpb=df61d33b06e2b3cbbe746b2f5a9bea5b370c24ff;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 );