| Commit | Line | Data |
|---|---|---|
| 4ceab3c0 | 1 | $NetBSD: patch-aq,v 1.2 2009/11/07 14:48:50 tnn Exp $ |
| 28a69e4d | 2 | |
| 4ceab3c0 C |
3 | --- jdk/make/tools/src/build/tools/fontchecker/FontChecker.java.orig 2009-10-30 08:48:07.000000000 +0100 |
| 4 | +++ jdk/make/tools/src/build/tools/fontchecker/FontChecker.java | |
| 5 | @@ -336,7 +336,7 @@ public class FontChecker implements Acti | |
| 6 | * to trigger a more normal initialisation. | |
| 7 | */ | |
| 8 | java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(); | |
| 9 | - String fontPath = FontManager.getFontPath(true); | |
| 10 | + String fontPath = ""; // FontManager.getFontPath(true); | |
| 11 | StringTokenizer st = | |
| 12 | new StringTokenizer(fontPath, | |
| 13 | System.getProperty("path.separator")); |