[commit] r2490 - trunk/GME/Gme/res

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed May 21 16:13:52 CDT 2014


Author: ksmyth
Date: Wed May 21 16:13:52 2014
New Revision: 2490

Log:
Fix 'GME 13' in about box. Fix DPI 125 rendering bug

Modified:
   trunk/GME/Gme/res/AboutBox.rc

Modified: trunk/GME/Gme/res/AboutBox.rc
==============================================================================
--- trunk/GME/Gme/res/AboutBox.rc	Wed May 21 16:13:41 2014	(r2489)
+++ trunk/GME/Gme/res/AboutBox.rc	Wed May 21 16:13:52 2014	(r2490)
@@ -1,13 +1,13 @@
-IDD_ABOUTBOX DIALOGEX 0, 0, 179, 171
+IDD_ABOUTBOX DIALOGEX 0, 0, 179, 181
 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "About GME"
 FONT 10, "MS Sans Serif", 0, 0, 0x0
 BEGIN
     CTEXT           GME_VERSION_STR,IDC_STATIC,7,65,165,8,SS_NOPREFIX
     CTEXT           "Copyright © 2000-2014 Vanderbilt University",IDC_STATIC,7,135,165,8
-    DEFPUSHBUTTON   "OK",IDOK,65,151,43,12,WS_GROUP
-    CTEXT           "GENERIC MODELING ENVIRONMENT 13",IDC_STATIC,7,55,165,8
+    DEFPUSHBUTTON   "OK",IDOK,65,161,43,12,WS_GROUP
+    CTEXT           "GENERIC MODELING ENVIRONMENT 14",IDC_STATIC,7,55,165,8
     CONTROL         184,IDC_BMPABOUT,"Static",SS_BITMAP | SS_NOTIFY,7,7,165,45
-    CTEXT           "This product includes software developed by the Apache Software Foundation (http://www.apache.org)",IDC_STATIC,7,80,165,20
-    CTEXT           "Portions of this software are based on the Purdue Compiler Construction Tool Set (http://www.antlr.org)",IDC_STATIC,7,106,165,20
+    CTEXT           "This product includes software developed by the Apache Software Foundation (http://www.apache.org)",IDC_STATIC,7,80,165,30
+    CTEXT           "Portions of this software are based on the Purdue Compiler Construction Tool Set (http://www.antlr.org)",IDC_STATIC,7,116,165,20
 END


More information about the gme-commit mailing list