XToThemedString -> XToLocalizedString

This commit is contained in:
Chris Danford
2006-01-07 04:11:29 +00:00
parent b2c86171d1
commit 44225ad379
61 changed files with 253 additions and 236 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ void ScreenOptionsEditCourse::BeginScreen()
def.m_sName = "Type";
def.m_vsChoices.clear();
FOREACH_CourseType( i )
def.m_vsChoices.push_back( CourseTypeToThemedString(i) );
def.m_vsChoices.push_back( CourseTypeToLocalizedString(i) );
vDefs.push_back( def );
vHands.push_back( NULL );