add separate explanation name so that rows with no title can still have an explanation

This commit is contained in:
Chris Danford
2005-12-03 20:39:11 +00:00
parent 9e8469eb65
commit d33daeb6f9
4 changed files with 13 additions and 11 deletions
@@ -26,8 +26,6 @@ protected:
Steps *GetStepsWithFocus() const;
vector<Steps*> m_vpSteps;
ThemeMetricEnum<EditMode> EDIT_MODE;
};
#endif