fix tests broken by recent language stuff change

This commit is contained in:
Anonymissimus 2011-11-27 01:56:24 +00:00
parent 1d2b5003f3
commit 98d6d891f3

View file

@ -34,7 +34,7 @@ namespace test_utils {
static bool match_english(const language_def& def)
{
return def.localename == "C";
return def.localename == "en_US";
}
class game_config_manager {