fix wrong name used for ModeChoice
This commit is contained in:
@@ -96,7 +96,6 @@ void ModeChoice::Load( int iIndex, CString sChoice )
|
|||||||
{
|
{
|
||||||
m_iIndex = iIndex;
|
m_iIndex = iIndex;
|
||||||
|
|
||||||
m_sName = sChoice;
|
|
||||||
m_bInvalid = false;
|
m_bInvalid = false;
|
||||||
|
|
||||||
CString sSteps;
|
CString sSteps;
|
||||||
|
|||||||
Reference in New Issue
Block a user