From a92d8bfdb245ef514cf2ee09ba2c233d62ac0a26 Mon Sep 17 00:00:00 2001 From: mudlord Date: Wed, 28 May 2008 06:48:08 +0000 Subject: [PATCH] Fixed about DLG link. git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@541 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/win32/AboutDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/AboutDialog.cpp b/src/win32/AboutDialog.cpp index c1e7349f..eb114f1c 100644 --- a/src/win32/AboutDialog.cpp +++ b/src/win32/AboutDialog.cpp @@ -69,7 +69,7 @@ BOOL AboutDialog::OnInitDialog() 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 // EXCEPTION: OCX Property Pages should return FALSE