Fixed about DLG link.
This commit is contained in:
parent
421a0efc8e
commit
c8a44679c2
|
@ -69,7 +69,7 @@ BOOL AboutDialog::OnInitDialog()
|
||||||
m_translator.SubclassDlgItem(IDC_TRANSLATOR_URL, this);
|
m_translator.SubclassDlgItem(IDC_TRANSLATOR_URL, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_link.SetWindowText("https://vbam.bountysource.com");
|
m_link.SetWindowText("http://vba-m.ngemu.com");
|
||||||
|
|
||||||
return TRUE; // return TRUE unless you set the focus to a control
|
return TRUE; // return TRUE unless you set the focus to a control
|
||||||
// EXCEPTION: OCX Property Pages should return FALSE
|
// EXCEPTION: OCX Property Pages should return FALSE
|
||||||
|
|
Loading…
Reference in New Issue