theme StepsType

This commit is contained in:
Chris Danford
2005-02-24 13:49:23 +00:00
parent fb4ab8886c
commit 3dac5430c2
+1 -1
View File
@@ -199,7 +199,7 @@ public:
FOREACH_CONST( StepsType, m_vStepsTypesToShow, st )
{
CString s = GAMEMAN->StepsTypeToString( *st );
CString s = GAMEMAN->StepsTypeToThemedString( *st );
defOut.choices.push_back( s );
}