Commit 5395427f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Wx: this should fix the [23027] commit for compilation. needs review.

parent e3227add
......@@ -1410,9 +1410,11 @@ wxMenu *Playlist::SDMenu()
&ppsz_longnames );
char **ppsz_name = ppsz_names, **ppsz_longname = ppsz_longnames;
int i_number = 0;
for( ; *ppsz_name; ppsz_name++, ppsz_longname++ )
{
p_sd_menu->AppendCheckItem( FirstSD_Event + i_number ,
p_sd_menu->AppendCheckItem( FirstSD_Event + i_number++ ,
wxU( *ppsz_longname ) );
if( playlist_IsServicesDiscoveryLoaded( p_playlist, *ppsz_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