Author: rmottola
Date: Wed Mar 11 08:22:48 2015
New Revision: 38396

URL: http://svn.gna.org/viewcvs/gnustep?rev=38396&view=rev
Log:
Use the preferences Editor font instead of the system one

Modified:
    apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m

Modified: apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m?rev=38396&r1=38395&r2=38396&view=diff
==============================================================================
--- apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m       
(original)
+++ apps/projectcenter/trunk/Modules/Editors/ProjectCenter/PCEditorView.m       
Wed Mar 11 08:22:48 2015
@@ -379,8 +379,8 @@
   float          fontSize;
   NSFont         *font = nil;
 
-  fontName = [df objectForKey:@"EditorFont"];
-  fontSize = [df floatForKey:@"EditorFontSize"];
+  fontName = [df objectForKey:@"EditorTextFont"];
+  fontSize = [df floatForKey:@"EditorTextFontSize"];
 
   if (fontName != nil)
     {


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to