Commit dbc3476f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: fix character set in playlist dialog title

parent 9b12eb8c
......@@ -302,7 +302,7 @@ void StandardPLPanel::setRoot( playlist_item_t *p_item )
/* cosmetics, ..still need playlist locking.. */
char *psz_title = input_item_GetName( p_item->p_input );
title->setText( psz_title );
title->setText( qfu(psz_title) );
free( psz_title );
QPL_UNLOCK;
......
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