SF.net SVN: geany: [614] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Jul 24 17:27:36 UTC 2006


Revision: 614
Author:   ntrel
Date:     2006-07-24 10:27:30 -0700 (Mon, 24 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=614&view=rev

Log Message:
-----------
Use generic font names & increase the default size

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/geany.h
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-07-23 20:26:57 UTC (rev 613)
+++ trunk/ChangeLog	2006-07-24 17:27:30 UTC (rev 614)
@@ -1,3 +1,8 @@
+2006-07-24  Nick Treleaven  <nick.treleaven at btinternet.com>
+
+ * src/geany.h: Use generic font names & increase the default size.
+
+
 2006-07-23  Enrico Tröger  <enrico.troeger at uvena.de>
 
  * src/build.c: Search terminal program in PATH (closes #1527203).

Modified: trunk/src/geany.h
===================================================================
--- trunk/src/geany.h	2006-07-23 20:26:57 UTC (rev 613)
+++ trunk/src/geany.h	2006-07-24 17:27:30 UTC (rev 614)
@@ -80,9 +80,9 @@
 #define GEANY_DEFAULT_TOOLS_PRINTCMD	"lpr"
 #define GEANY_DEFAULT_TOOLS_GREP		"grep"
 #define GEANY_DEFAULT_MRU_LENGHTH		10
-#define GEANY_DEFAULT_FONT_SYMBOL_LIST	"Cursor 8"
-#define GEANY_DEFAULT_FONT_MSG_WINDOW	"Cursor 8"
-#define GEANY_DEFAULT_FONT_EDITOR		"Courier New 9"
+#define GEANY_DEFAULT_FONT_SYMBOL_LIST	"Sans 9"
+#define GEANY_DEFAULT_FONT_MSG_WINDOW	"Sans 9"
+#define GEANY_DEFAULT_FONT_EDITOR		"Monospace 10"
 
 #ifndef DOCDIR
 # define DOCDIR PACKAGE_DATA_DIR"/doc/"PACKAGE"/html/"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list