Browse Source

Do not open web browser twice when hyperlink is clicked

pull/455/head
Linquize 11 years ago
parent
commit
41a4e8b24a
  1. 2
      ILSpy/App.xaml.cs

2
ILSpy/App.xaml.cs

@ -190,8 +190,6 @@ namespace ICSharpCode.ILSpy @@ -190,8 +190,6 @@ namespace ICSharpCode.ILSpy
}
}
ILSpy.MainWindow.Instance.TextView.ShowText(output);
} else {
Process.Start(e.Uri.ToString());
}
}
}

Loading…
Cancel
Save