Corrected Git Issues link for error dialog

This commit is contained in:
ZZYZX 2019-12-24 20:13:18 +02:00
parent 915fd9a8e9
commit f3c60ac5e5

View file

@ -206,7 +206,7 @@ namespace CodeImp.DoomBuilder.Windows
private void newissue_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
try { System.Diagnostics.Process.Start("https://github.com/jewalky/GZDoom-Builder-Bugfix/issues"); }
try { System.Diagnostics.Process.Start("https://github.com/jewalky/UltimateDoomBuilder/issues"); }
catch { MessageBox.Show("Unable to open URL..."); }
newissue.LinkVisited = true;
}