mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:10:38 +00:00
Fixed typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8811 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ecba11a6f8
commit
c03b64a165
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ setNSFont(NSString* key, NSFont* font)
|
|||
|
||||
if (fontSize != 0)
|
||||
{
|
||||
return getNSFont (@"NSTitelBarFont", @"Helvetica-Bold", fontSize);
|
||||
return getNSFont (@"NSTitleBarFont", @"Helvetica-Bold", fontSize);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue