fix misnamed method

don't mangle strings when looking up Title and Explanation metrics
This commit is contained in:
Chris Danford
2005-03-20 20:12:11 +00:00
parent 69ec4c06de
commit 82a67c31ec
2 changed files with 9 additions and 15 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ protected:
void InitOptionsText();
void GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int &iWidthOut, int &iXOut, int &iYOut );
CString GetExplanationText( int row ) const;
CString GetExplanationTitle( int row ) const;
CString GetRowTitle( int row ) const;
BitmapText &GetTextItemForRow( PlayerNumber pn, int iRow, int iChoiceOnRow );
void PositionUnderlines( int row, PlayerNumber pn );
void PositionAllUnderlines();
@@ -141,8 +141,8 @@ protected:
ThemeMetric<bool> SEPARATE_EXIT_ROW;
ThemeMetric<float> SEPARATE_EXIT_ROW_Y;
ThemeMetric<CString> OPTION_ROW_TYPE;
ThemeMetric<bool> THEME_OPTION_TITLES;
ThemeMetric<bool> SHOW_EXPLANATIONS;
ThemeMetric<bool> THEME_TITLES;
float m_fLockInputSecs;
};