Use XToString2.

This commit is contained in:
Steve Checkoway
2006-10-15 00:00:22 +00:00
parent 5c88094731
commit 04bff6bc1d
34 changed files with 62 additions and 62 deletions
+2 -2
View File
@@ -33,14 +33,14 @@ static const char *SelectTypeNames[] = {
"SelectMultiple",
"SelectNone",
};
XToString( SelectType, NUM_SelectType );
XToString2( SelectType );
StringToX( SelectType );
static const char *LayoutTypeNames[] = {
"ShowAllInRow",
"ShowOneInRow",
};
XToString( LayoutType, NUM_LayoutType );
XToString2( LayoutType );
StringToX( LayoutType );
RString OptionRowHandler::OptionTitle() const