Skip to content

Commit 28085fc

Browse files
Fixup the configuration error.
1 parent 5184959 commit 28085fc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

WinArk/ConfigServerDlg.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ LRESULT CConfigServerDbg::OnInitDialog(UINT uMsg, WPARAM wParam,
77
m_Check1.Attach(GetDlgItem(IDC_SZDYG));
88
m_Check2.Attach(GetDlgItem(IDC_MICROSOFT));
99
m_Edit.Attach(GetDlgItem(IDC_SERVER_URL));
10+
m_Check1.SetCheck(BST_CHECKED);
1011
return TRUE;
1112
}
1213

WinArk/ConfigServerDlg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ class CConfigServerDbg
2121
private:
2222
CButton m_Check1, m_Check2, m_Check3;
2323
CEdit m_Edit;
24-
std::string m_Server;
24+
std::string m_Server = "https://msdl.microsoft.com/download/symbols";
2525
};

0 commit comments

Comments
 (0)