]> git.sesse.net Git - vlc/blobdiff - modules/gui/ncurses.c
* playlist.m: use stringWithUTF8String instead of stringWithCString when creating...
[vlc] / modules / gui / ncurses.c
index ee9e3302e67109985325991fcd79f509d996473f..ff6a29e29917531a74cd0ffa51ead1bb0ca6ae25 100644 (file)
@@ -96,7 +96,7 @@ static void ReadDir        ( intf_thread_t * );
     "will show you initially.")
 
 vlc_module_begin();
-    set_shortname( _("Ncurses"));
+    set_shortname( "Ncurses" );
     set_description( _("Ncurses interface") );
     set_capability( "interface", 10 );
     set_category( CAT_INTERFACE );