浏览代码

added http:// to path to try and fix opening link for others

ScottBrogden 9 年之前
父节点
当前提交
c84dbaf5fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      About.cpp

+ 1 - 1
About.cpp

@@ -120,7 +120,7 @@ BOOL CAbout::OnInitDialog()
 	rect.top = rect.bottom + 5;
 	rect.top = rect.bottom + 5;
 	rect.bottom = rect.top + 5;
 	rect.bottom = rect.top + 5;
 	m_Link.MoveWindow(rect);
 	m_Link.MoveWindow(rect);
-	m_Link.SetURL(_T("ditto-cp.sf.net"));
+	m_Link.SetURL(_T("http://ditto-cp.sourceforge.net"));
 		
 		
 	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