OSDN Git Service

Bug #127538: Changed DDX_CBString to DDX_CBStringExact
authorgrimmd <none@none>
Mon, 12 Feb 2001 04:35:32 +0000 (04:35 +0000)
committergrimmd <none@none>
Mon, 12 Feb 2001 04:35:32 +0000 (04:35 +0000)
Src/OpenDlg.cpp

index af90ed4..c953353 100644 (file)
@@ -64,8 +64,8 @@ void COpenDlg::DoDataExchange(CDataExchange* pDX)
        DDX_Control(pDX, IDC_RECURS_CHECK, m_ctlRecurse);
        DDX_Control(pDX, IDC_RIGHT_COMBO, m_ctlRight);
        DDX_Control(pDX, IDC_LEFT_COMBO, m_ctlLeft);
-       DDX_CBString(pDX, IDC_LEFT_COMBO, m_strLeft);
-       DDX_CBString(pDX, IDC_RIGHT_COMBO, m_strRight);
+       DDX_CBStringExact(pDX, IDC_LEFT_COMBO, m_strLeft);
+       DDX_CBStringExact(pDX, IDC_RIGHT_COMBO, m_strRight);
        DDX_Check(pDX, IDC_RECURS_CHECK, m_bRecurse);
        DDX_CBString(pDX, IDC_EXT_COMBO, m_strExt);
        //}}AFX_DATA_MAP