Allow setting the asset name

This commit is contained in:
Glenn Maynard
2003-09-25 21:27:14 +00:00
parent dee1380803
commit edb9be2473
+4
View File
@@ -110,6 +110,10 @@ void ModeChoice::Load( int iIndex, CString sChoice )
m_sAnnouncer = sValue;
}
if( sName == "name" )
{
m_sName = sValue;
}
}
}