From ae829b3ac0d0c91fe11dec35767ae076119f7337 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Wed, 11 Mar 2015 07:22:48 +0000 Subject: [PATCH] Use the preferences Editor font instead of the system one git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@38396 72102866-910b-0410-8b05-ffd578937521 --- Modules/Editors/ProjectCenter/PCEditorView.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Editors/ProjectCenter/PCEditorView.m b/Modules/Editors/ProjectCenter/PCEditorView.m index c9de86c..5721eaa 100644 --- a/Modules/Editors/ProjectCenter/PCEditorView.m +++ b/Modules/Editors/ProjectCenter/PCEditorView.m @@ -379,8 +379,8 @@ static int ComputeIndentingOffset(NSString * string, unsigned int start) float fontSize; NSFont *font = nil; - fontName = [df objectForKey:@"EditorFont"]; - fontSize = [df floatForKey:@"EditorFontSize"]; + fontName = [df objectForKey:@"EditorTextFont"]; + fontSize = [df floatForKey:@"EditorTextFontSize"]; if (fontName != nil) {