[commit] r2789 - in trunk/GME/Gme: . res

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Apr 7 10:44:50 CDT 2020


Author: ksmyth
Date: Tue Apr  7 10:44:50 2020
New Revision: 2789

Log:
Update copyright

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

Modified: trunk/GME/Gme/GME.rc
==============================================================================
--- trunk/GME/Gme/GME.rc	Tue Apr  7 10:44:47 2020	(r2788)
+++ trunk/GME/Gme/GME.rc	Tue Apr  7 10:44:50 2020	(r2789)
@@ -1160,7 +1160,7 @@
             VALUE "FileDescription", "GME"
             VALUE "FileVersion", GME_VERSION_STR
             VALUE "InternalName", "GME"
-            VALUE "LegalCopyright", "Copyright (C) 1999-2018 ISIS, Vanderbilt University"
+            VALUE "LegalCopyright", "Copyright (C) 1999-2020 ISIS, Vanderbilt University"
             VALUE "OriginalFilename", "GME.EXE"
             VALUE "ProductName", "GME Application"
             VALUE "ProductVersion", GME_VERSION_STR

Modified: trunk/GME/Gme/GMEView.cpp
==============================================================================
--- trunk/GME/Gme/GMEView.cpp	Tue Apr  7 10:44:47 2020	(r2788)
+++ trunk/GME/Gme/GMEView.cpp	Tue Apr  7 10:44:50 2020	(r2789)
@@ -2183,6 +2183,7 @@
 		contextSelection = nullptr;
 		contextPort = nullptr;
 		selectedContextConnection = nullptr;
+		connTmp = nullptr;
 		children.RemoveAll();
 		annotators.RemoveAll();
 		connections.RemoveAll();

Modified: trunk/GME/Gme/res/AboutBox.rc
==============================================================================
--- trunk/GME/Gme/res/AboutBox.rc	Tue Apr  7 10:44:47 2020	(r2788)
+++ trunk/GME/Gme/res/AboutBox.rc	Tue Apr  7 10:44:50 2020	(r2789)
@@ -6,9 +6,9 @@
 FONT 10, "MS Sans Serif", 0, 0, 0x0
 BEGIN
     CTEXT           GME_VERSION_STR,IDC_STATIC,7,65,165,8,SS_NOPREFIX
-    CTEXT           "Copyright © 2000-2018 Vanderbilt University",IDC_STATIC,7,135,165,8
+    CTEXT           "Copyright © 2000-2020 Vanderbilt University",IDC_STATIC,7,135,165,8
     DEFPUSHBUTTON   "OK",IDOK,65,161,43,12,WS_GROUP
-    CTEXT           "GENERIC MODELING ENVIRONMENT 18",IDC_STATIC,7,55,165,8
+    CTEXT           "GENERIC MODELING ENVIRONMENT",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,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


More information about the gme-commit mailing list