Menu entry for browsing SVN repo

This commit is contained in:
Gerald Schmidt 2007-08-29 22:54:14 +00:00
parent 5a591fa532
commit 68f39eede0
1 changed files with 2 additions and 2 deletions

View File

@ -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();