Browse Source

Fixed null reference exception when attempting to show a tooltip for the XSLT Output window.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1827 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 20 years ago
parent
commit
771d8a6e3c
  1. 1
      src/AddIns/DisplayBindings/XmlEditor/Project/Src/XslOutputView.cs

1
src/AddIns/DisplayBindings/XmlEditor/Project/Src/XslOutputView.cs

@ -18,6 +18,7 @@ namespace ICSharpCode.XmlEditor @@ -18,6 +18,7 @@ namespace ICSharpCode.XmlEditor
{
public XslOutputView()
{
UntitledName = TitleName;
}
public static XslOutputView Instance {

Loading…
Cancel
Save