fixed a syntax error in DisplayVerySmallFonts(): the first time only we were returning a wrong value

git-svn-id: svn://10.0.0.236/trunk@29666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pierre%netscape.com 1999-04-28 03:32:52 +00:00
parent e8c422c8c6
commit 719d4d9299
2 changed files with 2 additions and 2 deletions

View File

@ -610,5 +610,5 @@ PRBool nsDeviceContextMac::DisplayVerySmallFonts()
nsServiceManager::ReleaseService(kPrefCID, prefs);
}
return mPixelsPerInch;
return mDisplayVerySmallFonts;
}

View File

@ -610,5 +610,5 @@ PRBool nsDeviceContextMac::DisplayVerySmallFonts()
nsServiceManager::ReleaseService(kPrefCID, prefs);
}
return mPixelsPerInch;
return mDisplayVerySmallFonts;
}