|
@@ -66,6 +66,8 @@ BOOL CDlgLogin::OnInitDialog()
|
|
|
if ( _tcslen(GLOBAL::g_config.szAccount) )
|
|
|
SetDlgItemText(EDIT_ACCOUNT, GLOBAL::g_config.szAccount);
|
|
|
|
|
|
+ ((CButton*)GetDlgItem(CHECK_OFFLINE))->SetCheck(GLOBAL::g_config.nOffline);
|
|
|
+
|
|
|
return TRUE; // return TRUE unless you set the focus to a control
|
|
|
// Òì³£: OCX ÊôÐÔÒ³Ó¦·µ»Ø FALSE
|
|
|
}
|