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
@@ -40,7 +40,7 @@ static const char *ProfileActionNames[] = {
"Delete",
"Clear",
};
XToString2( ProfileAction );
XToString( ProfileAction );
XToLocalizedString( ProfileAction );
#define FOREACH_ProfileAction( i ) FOREACH_ENUM( ProfileAction, i )