Changeset 205


Ignore:
Timestamp:
Dec 9, 2010, 12:57:53 AM (15 years ago)
Author:
dmik
Message:

jdk: FontManager: Pretend we are a Windows platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/src/share/classes/sun/font/FontManager.java

    r2 r205  
    253253                   isSolaris9 = version.equals("5.9");
    254254               } else {
    255                    isWindows = osName.startsWith("Windows");
     255                   isWindows = osName.startsWith("Windows") || osName.startsWith("OS/2");
    256256                   if (isWindows) {
    257257                       String eudcFile =
Note: See TracChangeset for help on using the changeset viewer.