Merge pull request #93 from Mystro256/master

Fix incorrect bug tracker link
This commit is contained in:
Zach Bacon 2017-03-05 03:16:53 -05:00 committed by GitHub
commit 8fcc32eeeb
1 changed files with 1 additions and 1 deletions

View File

@ -2376,7 +2376,7 @@ EVT_HANDLER(Customize, "Customize UI...")
EVT_HANDLER(BugReport, "Report bugs...")
{
wxLaunchDefaultBrowser(wxT("http://sourceforge.net/tracker/?group_id=212795&atid=1023154"));
wxLaunchDefaultBrowser(wxT("https://github.com/visualboyadvance-m/visualboyadvance-m/issues"));
}
EVT_HANDLER(FAQ, "VBA-M support forum")