changeset 1242:8e37ebb3fab7

Changed FIXEDFONT to "Lucinda Console" on Windows. Terminal looks better to me... but Lucinda Console works on printers and not just the screen.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 19 Oct 2011 04:24:14 +0000
parents 459426f31fb4
children c191a562c14a
files dwtest.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwtest.c	Wed Oct 19 03:02:57 2011 +0000
+++ b/dwtest.c	Wed Oct 19 04:24:14 2011 +0000
@@ -9,7 +9,7 @@
 #define FOLDER_ICON_NAME "os2\\folder"
 #define FILE_ICON_NAME "os2\\file"
 #elif defined(__WIN32__)
-#define FIXEDFONT "10.Terminal"
+#define FIXEDFONT "10.Lucida Console"
 #define FOLDER_ICON_NAME "win\\folder"
 #define FILE_ICON_NAME "win\\file"
 #elif defined(__MAC__)