From e48ef2a49609750fef6118bc62ce537972a4a5d7 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Sat, 16 Nov 2019 14:21:35 +0800 Subject: [PATCH] Bug #227 Dead Link: Help > Forum --- ChangeLog | 3 ++- src/xmlcopyeditor.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4bb609d..db1a8fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ # Version number followed by the release date 1.2.1.5 - + Fixed #221 Patch for building with C++11 (Roger Leigh) + * Bug #227 Dead Link: Help > Forum + * Bug #221 Patch for building with C++11 (Roger Leigh) + Added Mac port * Update the iconized frame window when opening files from the command line diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index f436377..bcfae51 100644 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -4432,7 +4432,7 @@ void MyFrame::OnVisibilityState ( wxCommandEvent& event ) void MyFrame::OnFeedback ( wxCommandEvent& event ) { wxString forumUrl = - _T ( "https://sourceforge.net/forum/forum.php?forum_id=475215" ); + _T ( "https://sourceforge.net/p/xml-copy-editor/discussion/475215/" ); wxLaunchDefaultBrowser ( forumUrl ); }