Fixed about DLG link.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@541 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
c2719482c8
commit
a92d8bfdb2
|
@ -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