Browse Source

trying to fix build with x:Name instead of Name

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4809 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Siegfried Pammer 16 years ago
parent
commit
35d7d32d29
  1. 2
      src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/Service/EditBreakpointScriptWindow.xaml

2
src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/Service/EditBreakpointScriptWindow.xaml

@ -10,6 +10,6 @@ @@ -10,6 +10,6 @@
<Button Name="btnOK" Margin="3" Content="{sd:Localize Global.OKButtonText}" Click="BtnOKClick" />
<Button Name="btnCancel" Margin="3" Content="{sd:Localize Global.CancelButtonText}" Click="BtnCancelClick" />
</StackPanel>
<avalonedit:TextEditor Name="codeEditor" />
<avalonedit:TextEditor x:Name="codeEditor" />
</DockPanel>
</Window>
Loading…
Cancel
Save