Bug #227 Dead Link: Help > Forum
This commit is contained in:
parent
3f87d8e27e
commit
e48ef2a496
|
@ -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
|
||||
|
||||
|
|
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue