move Translation.dat

This commit is contained in:
Glenn Maynard
2003-04-19 17:46:07 +00:00
parent b7bdf4cd9c
commit 83d3b82bd5
+1 -1
View File
@@ -72,7 +72,7 @@ void TitleSubst::Subst(CString &title, CString &subtitle, CString &artist,
TitleSubst::TitleSubst(const CString &section)
{
Load("Translation.dat", section);
Load("data/Translation.dat", section);
}
void TitleSubst::Load(const CString &filename, const CString &section)