Commit 18dffb2a authored by Felix Paul Kühne's avatar Felix Paul Kühne

* sorry, forgot to give svn the playlist.m from the previous commit... tztz

parent 49a88c0e
......@@ -155,7 +155,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
{
/* create the menu entries used in the playlist menu */
o_lmi = [[o_mi_services submenu] addItemWithTitle:
[NSString stringWithCString:
[NSString stringWithUTF8String:
p_parser->psz_longname ? p_parser->psz_longname :
( p_parser->psz_shortname ? p_parser->psz_shortname:
p_parser->psz_object_name)]
......@@ -170,7 +170,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
/* create the menu entries for the main menu */
o_lmi = [[o_mm_mi_services submenu] addItemWithTitle:
[NSString stringWithCString:
[NSString stringWithUTF8String:
p_parser->psz_longname ? p_parser->psz_longname :
( p_parser->psz_shortname ? p_parser->psz_shortname:
p_parser->psz_object_name)]
......
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