Browse Source

Don't attempt to open license resources in external browser.

pull/1515/head
Daniel Grunwald 6 years ago
parent
commit
dbe6377df2
  1. 1
      ILSpy/App.xaml.cs

1
ILSpy/App.xaml.cs

@ -234,6 +234,7 @@ namespace ICSharpCode.ILSpy @@ -234,6 +234,7 @@ namespace ICSharpCode.ILSpy
}
}
ILSpy.MainWindow.Instance.TextView.ShowText(output);
e.Handled = true;
}
}
}

Loading…
Cancel
Save