From 2dce7a8d962039adc9559c045510a5d634ebcfb6 Mon Sep 17 00:00:00 2001 From: Michael Scharf Date: Sat, 13 Oct 2007 03:28:26 +0000 Subject: [PATCH] bug 205260: [terminal] The terminal does not take the font from the preferences https://bugs.eclipse.org/bugs/show_bug.cgi?id=205260 --- .../org/eclipse/tm/internal/terminal/textcanvas/StyleMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/StyleMap.java b/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/StyleMap.java index 13ab0e0c6ea..25f8f4a678b 100644 --- a/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/StyleMap.java +++ b/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/textcanvas/StyleMap.java @@ -35,7 +35,7 @@ public class StyleMap { private static final String RED = "red"; //$NON-NLS-1$ private static final String PREFIX = "org.eclipse.tm.internal."; //$NON-NLS-1$ - // TODO propagate the name of the fonf in the FontRegistry + // TODO propagate the name of the font in the FontRegistry String fFontName="terminal.views.view.font.definition"; //$NON-NLS-1$ Map fColorMap=new HashMap(); Map fFontMap=new HashMap();