From a9916c901e3bd6c364062af1d26bb57806c69376 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Fri, 25 Oct 2013 00:12:11 +0800 Subject: [PATCH] Updated source code URL --- src/xmlcopyeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index 9049ca7..7f07e23 100644 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -4452,7 +4452,7 @@ void MyFrame::OnHome ( wxCommandEvent& event ) void MyFrame::OnDownloadSource ( wxCommandEvent& event ) { - wxLaunchDefaultBrowser ( _T ( "http://xml-copy-editor.svn.sourceforge.net/viewvc/xml-copy-editor/" ) ); + wxLaunchDefaultBrowser ( _T ( "http://sourceforge.net/p/xml-copy-editor/code/" ) ); } void MyFrame::OnToolbarVisible ( wxCommandEvent& event )