Browse Source

Merge pull request #455 from linquize/url-twice

Do not open web browser twice when hyperlink is clicked
pull/433/merge
Daniel Grunwald 11 years ago
parent
commit
e6049e0cc4
  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