rename Menu::BoldOption() to Menu::Bold()

This commit is contained in:
Andrzej Rybczak
2009-09-19 02:44:44 +02:00
parent 3bdb798852
commit ad685091bc
9 changed files with 21 additions and 21 deletions

View File

@@ -259,7 +259,7 @@ void UpdateSongList(Menu<Song> *menu)
break;
}
}
menu->BoldOption(i, bold);
menu->Bold(i, bold);
bold = 0;
}
menu->Refresh();