mirror of
https://github.com/sebastiandine/Card-Collection-Manager-3.git
synced 2026-09-01 09:01:31 +00:00
Minor: New Game Yu-Gi-Oh! Bandai (#22)
This commit is contained in:
@@ -18,6 +18,7 @@ wxString displayLabelForGame(Game g) {
|
||||
case Game::Pokemon: return "Pokemon";
|
||||
case Game::YuGiOh: return "Yu-Gi-Oh!";
|
||||
case Game::DigiBattle99: return "Digimon (Digi-Battle)";
|
||||
case Game::YuGiOhBandai: return "Yu-Gi-Oh! (Bandai)";
|
||||
case Game::JapanesePokemon: return "Pokemon"; // internal; not in allGames()
|
||||
}
|
||||
return wxString::FromUTF8(to_string(g).data());
|
||||
|
||||
Reference in New Issue
Block a user