Fixed compilation on non-Windows systems

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9029 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-06-24 15:34:16 +00:00
parent 670531876a
commit ef233d2ae3

View File

@@ -196,8 +196,8 @@ Translations::Translations() //: m_dictionary_manager("UTF-16")
printf("[translate] GetLocaleInfo tryname returns '%s'.\n", c);
if(c[0]) language += std::string("_")+c;
} // if c[0]
} // neither LANGUAGE nor LANG defined
#endif
} // neither LANGUAGE nor LANG defined
}