]> git.sesse.net Git - vlc/commitdiff
* playlist.m: use stringWithUTF8String instead of stringWithCString when creating...
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 6 May 2005 17:41:09 +0000 (17:41 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 6 May 2005 17:41:09 +0000 (17:41 +0000)
* ncurses.c: don't localise "Ncurses"

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 );