Rename XToString2 to XToString.

This commit is contained in:
Steve Checkoway
2006-10-15 00:09:18 +00:00
parent 04bff6bc1d
commit e87789da7c
38 changed files with 79 additions and 79 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ static const char *WorkoutProgramNames[] = {
"Runner",
"Flat",
};
XToString2( WorkoutProgram );
XToString( WorkoutProgram );
StringToX( WorkoutProgram );
XToLocalizedString( WorkoutProgram );
@@ -25,7 +25,7 @@ static const char *WorkoutStepsTypeNames[] = {
"NormalSteps",
"WorkoutSteps"
};
XToString2( WorkoutStepsType );
XToString( WorkoutStepsType );
StringToX( WorkoutStepsType );
XToLocalizedString( WorkoutStepsType );
LuaXType( WorkoutStepsType );