Bug #227 Dead Link: Help > Forum

This commit is contained in:
Zane U. Ji 2019-11-16 14:21:35 +08:00
parent 3f87d8e27e
commit e48ef2a496
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

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