mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
Corrected Git Issues link for error dialog
This commit is contained in:
parent
915fd9a8e9
commit
f3c60ac5e5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue