Browse Source

Fix unable to create display binding message in SDA sample.

pull/39/merge
Matt Ward 13 years ago
parent
commit
4b284c60c6
  1. 3
      samples/SdaUser/SdaAddIns/SdaBase.addin

3
samples/SdaUser/SdaAddIns/SdaBase.addin

@ -44,6 +44,9 @@ @@ -44,6 +44,9 @@
<!-- REQUIRED to open views -->
<Path name = "/SharpDevelop/Workbench/DisplayBindings">
<DisplayBinding id = "AutoDetect"
title = "Auto-detect file type"
class = "ICSharpCode.SharpDevelop.AutoDetectDisplayBinding"/>
</Path>
<!-- REQUIRED to open views -->

Loading…
Cancel
Save