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) {