rename: AllStepsTypeInOneList -> AutoSetStyle

set m_pCurStyle based on the chosen Steps
This commit is contained in:
Chris Danford
2007-03-06 10:05:51 +00:00
parent 490a8dd437
commit ca2222990c
4 changed files with 24 additions and 9 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ namespace CommonMetrics
extern ThemeMetricDifficultiesToShow DIFFICULTIES_TO_SHOW;
extern ThemeMetricCourseDifficultiesToShow COURSE_DIFFICULTIES_TO_SHOW;
extern ThemeMetricStepsTypesToShow STEPS_TYPES_TO_SHOW;
extern ThemeMetric<bool> ALL_STEPS_TYPES_IN_ONE_LIST;
extern ThemeMetric<bool> AUTO_SET_STYLE;
RString LocalizeOptionItem( const RString &s, bool bOptional );
};