@@ -963,6 +963,8 @@ void CSystemSettingWnd::HandleClickMsg(TNotifyUI& msg)
m_is_logout = true;
Close(IDCANCEL);
+
+ int a = 1;
return;
}
@@ -899,6 +899,8 @@ void CValueWnd::ShowSystemSetting()
pSystemSettingFrame->CenterWindow();
UINT ret = pSystemSettingFrame->ShowModal();
if (ret == IDOK)
{