Commit 49a88c0e authored by Felix Paul Kühne's avatar Felix Paul Kühne

* playlist.m: use stringWithUTF8String instead of stringWithCString when...

* playlist.m: use stringWithUTF8String instead of stringWithCString when creating the Services-Discovery-menus to show UTF8-encoded strings properly
* ncurses.c: don't localise "Ncurses"
parent 01169d8f
...@@ -96,7 +96,7 @@ static void ReadDir ( intf_thread_t * ); ...@@ -96,7 +96,7 @@ static void ReadDir ( intf_thread_t * );
"will show you initially.") "will show you initially.")
vlc_module_begin(); vlc_module_begin();
set_shortname( _("Ncurses")); set_shortname( "Ncurses" );
set_description( _("Ncurses interface") ); set_description( _("Ncurses interface") );
set_capability( "interface", 10 ); set_capability( "interface", 10 );
set_category( CAT_INTERFACE ); set_category( CAT_INTERFACE );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment