This commit is contained in:
Chris Danford
2005-02-19 19:14:52 +00:00
parent b8a9d0384a
commit 453991a928
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -28,8 +28,10 @@ OptionIcon::OptionIcon()
this->AddChild( &m_text );
}
void OptionIcon::Load( PlayerNumber pn, CString sText, bool bHeader )
void OptionIcon::Load( PlayerNumber pn, const CString &_sText, bool bHeader )
{
CString sText = _sText;
static const CString sStopWords[] =
{
"1X",