diff --git a/src/music_gui.cpp b/src/music_gui.cpp --- a/src/music_gui.cpp +++ b/src/music_gui.cpp @@ -577,7 +577,7 @@ struct MusicTrackSelectionWindow : publi case WID_MTS_MUSICSET: { int selected = 0; - ShowDropDownList(this, BuildMusicSetDropDownList(&selected), selected, widget); + ShowDropDownList(this, BuildSetDropDownList(&selected), selected, widget); break; }