minor tool tip tweaks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23751 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-10-04 08:07:21 +00:00
parent 21e2ff8447
commit f17b3f5143
3 changed files with 5 additions and 1 deletions

View file

@ -460,7 +460,7 @@ static NSMapTable *viewsMap = 0;
NSMutableDictionary *attributes;
attributes = [NSMutableDictionary dictionary];
[attributes setObject: [NSFont systemFontOfSize: 10.0]
[attributes setObject: [NSFont toolTipsFontOfSize: 10.0]
forKey: NSFontAttributeName];
toolTipText =
[[NSAttributedString alloc] initWithString: toolTipString