Fixed typo

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3735 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-02-17 09:40:00 +00:00
parent 2c74111c9e
commit 33dfc7d835

View file

@ -247,10 +247,10 @@ NSString *NSTextDidEndEditingNotification = @"NSTextDidEndEditingNotification";
NSString *NSTextDidChangeNotification = @"NSTextDidChangeNotification";
// NSTextView notifications
NSString *NSTextDidChangeSelectionNotification =
@"NSTextDidChangeSelectionNotification";
NSString *NSTextWillChangeNotifyingTextViewNotification =
@"NSTextWillChangeNotifyingTextViewNotification";
NSString *NSTextViewDidChangeSelectionNotification =
@"NSTextViewDidChangeSelectionNotification";
NSString *NSTextViewWillChangeNotifyingTextViewNotification =
@"NSTextViewWillChangeNotifyingTextViewNotification";
// NSView notifications
NSString *NSViewFocusDidChangeNotification