From 68f39eede0f9858fea44c3afb5b3ef9a80eeed69 Mon Sep 17 00:00:00 2001 From: Gerald Schmidt Date: Wed, 29 Aug 2007 22:54:14 +0000 Subject: [PATCH] Menu entry for browsing SVN repo --- src/xmlcopyeditor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index f7e457c..2d49a97 100755 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -4220,7 +4220,7 @@ void MyFrame::OnHome(wxCommandEvent& event) void MyFrame::OnDownloadSource(wxCommandEvent& event) { - navigate(_T("https://sourceforge.net/project/showfiles.php?group_id=141776")); + navigate(_T("http://xml-copy-editor.svn.sourceforge.net/viewvc/xml-copy-editor/")); } void MyFrame::OnToolbarVisible(wxCommandEvent& event) @@ -5196,7 +5196,7 @@ MyMenuBar *MyFrame::getMenuBar() aboutItem->SetBitmap(wxNullBitmap); wxMenuItem *downloadSourceItem = new wxMenuItem(NULL, ID_DOWNLOAD_SOURCE, - _("&Download Source"), _("Download Source")); + _("&Browse Source"), _("Browse Source")); downloadSourceItem->SetBitmap(wxNullBitmap); helpMenu->Append(helpItem); helpMenu->AppendSeparator();