working on ScreenOptionsProfiles

This commit is contained in:
Chris Danford
2005-07-05 23:13:49 +00:00
parent c69c3af4b9
commit 7c6dbc102b
10 changed files with 158 additions and 51 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ static const float LineHeight = 50;
CString CustomText;
void ChangeText(CString txt)
void ChangeText(const CString &txt)
{
CustomText = txt;
}