[commit] r1295 - in trunk/GME/Console: . res

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Apr 29 09:35:32 CDT 2011


Author: ksmyth
Date: Fri Apr 29 09:35:32 2011
New Revision: 1295

Log:
Fix gibberish text on wine, use a nicer font on windows

Modified:
   trunk/GME/Console/Console.rc
   trunk/GME/Console/res/blank.html

Modified: trunk/GME/Console/Console.rc
==============================================================================
--- trunk/GME/Console/Console.rc	Thu Apr 28 11:12:03 2011	(r1294)
+++ trunk/GME/Console/Console.rc	Fri Apr 29 09:35:32 2011	(r1295)
@@ -211,3 +211,4 @@
 /////////////////////////////////////////////////////////////////////////////
 #endif    // not APSTUDIO_INVOKED
 
+

Modified: trunk/GME/Console/res/blank.html
==============================================================================
--- trunk/GME/Console/res/blank.html	Thu Apr 28 11:12:03 2011	(r1294)
+++ trunk/GME/Console/res/blank.html	Fri Apr 29 09:35:32 2011	(r1295)
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML>
   <HEAD>
-  <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
+  <META http-equiv=Content-Type content="text/html; charset=utf-16">
   </HEAD>
   
-  <BODY STYLE="font-family: courier; font-size: 10px; margin: 0px">
+  <BODY STYLE="font-family: monospace; font-size: 12px; margin: 0px">
   </BODY>
 </HTML>


More information about the gme-commit mailing list