change default font for main HTML content to include backups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19590 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adrian Robert 2004-06-22 22:52:21 +00:00
parent 95f2edc597
commit 08397a57cf

View file

@ -78,7 +78,7 @@ static NSString *mainFont = nil;
// default fonts
tocFont = @"sans";
mainFont = @"palatino linotype"; // good on linux, elsewhere gets 'serif'
mainFont = @"palatino linotype,times,serif";
}
}
@ -408,7 +408,7 @@ static NSString *mainFont = nil;
/*
* For a class, we want to list methods in any associated
* categories as well as those of the class itsself.
* categories as well as those of the class itself.
*/
catNames = [[[refs objectForKey: @"categories"]
objectForKey: classname] allKeys];