Bug 498252 - Correct the font-size used in context menus, r=josh

This commit is contained in:
Jonathan Kew 2009-06-15 22:04:22 +02:00
parent dcd3a72b43
commit f5f9929b78

View File

@ -128,7 +128,7 @@ nsSystemFontsMac::GetSystemFont(nsSystemFontID aID, nsString *aFontName,
font = [NSFont systemFontOfSize:[NSFont smallSystemFontSize]];
break;
case eSystemFont_PullDownMenu:
font = [NSFont menuFontOfSize:0.0];
font = [NSFont menuBarFontOfSize:0.0];
break;
case eSystemFont_List:
font = [NSFont systemFontOfSize:[NSFont smallSystemFontSize]];