Browse Source

Merge branch '4.1' into newNR

newNRvisualizers
Daniel Grunwald 14 years ago
parent
commit
be53547366
  1. 2
      ICSharpCode.Editor/TextChangeEventArgs.cs

2
ICSharpCode.Editor/TextChangeEventArgs.cs

@ -39,7 +39,7 @@ namespace ICSharpCode.Editor @@ -39,7 +39,7 @@ namespace ICSharpCode.Editor
}
/// <summary>
/// The text that was inserted.
/// The text that was removed.
/// </summary>
public string RemovedText {
get { return removedText; }

Loading…
Cancel
Save