From c18709840028b4347ff5bb72aef5900725960649 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 24 Jan 2003 02:30:53 +0000 Subject: [PATCH] tighten up the Japan match --- stepmania/src/Song.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index d069253dbc..3e5a9ac790 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -600,9 +600,9 @@ void Song::TranslateTitles() ttab.push_back(TitleTrans("", "", "Riyu Kosak[au]", "", "", "&kosaka1;&kosaka2;&hri;&hyu;") ); ttab.push_back(TitleTrans("", "", "Kosak[au] Riyu", "", "", "&kosaka1;&kosaka2;&hri;&hyu;") ); - /* This is fuzzy, so check the artist, too. */ - ttab.push_back(TitleTrans(".*Japan.*", "", "(Re-Venge)|(RevenG)", "&matsuri; Japan", "", "") ); - + /* Matsuri Japan is often just "Japan". There may be other songs by + * this name, too, so match the artist, too. */ + ttab.push_back(TitleTrans("^Japan$", "", "(Re-Venge)|(RevenG)", "&matsuri; Japan", "", "") ); /* Fix up hacked titles: */ ttab.push_back(TitleTrans("^Max 300$", "", "%", "", "", "ω") );