Renamed setFont:ofRange: to setFont:range:

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15333 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-12-25 16:58:28 +00:00
parent 0657472147
commit 9cdaef32c7

View file

@ -640,7 +640,7 @@ static NSNotificationCenter *nc;
[_typingAttributes setObject: font forKey: NSFontAttributeName]; [_typingAttributes setObject: font forKey: NSFontAttributeName];
} }
- (void) setFont: (NSFont*)font ofRange: (NSRange)aRange - (void) setFont: (NSFont*)font range: (NSRange)aRange
{ {
if (font != nil) if (font != nil)
{ {