[commit] r1566 - trunk/GME/Gme

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Sep 30 09:51:25 CDT 2011


Author: ksmyth
Date: Fri Sep 30 09:51:25 2011
New Revision: 1566

Log:
Dont be surprised from intented behavior

Modified:
   trunk/GME/Gme/GMEView.cpp

Modified: trunk/GME/Gme/GMEView.cpp
==============================================================================
--- trunk/GME/Gme/GMEView.cpp	Fri Sep 30 09:51:15 2011	(r1565)
+++ trunk/GME/Gme/GMEView.cpp	Fri Sep 30 09:51:25 2011	(r1566)
@@ -5517,7 +5517,7 @@
 					}
 					else
 					{
-						AfxMessageBox(_T("Unable to show referred object of null reference!"));
+						AfxMessageBox(_T("Unable to show referred object of null reference."));
 						CGMEEventLogger::LogGMEEvent(_T("    Unable to show referred object of null reference.\r\n"));
 					}
 				}


More information about the gme-commit mailing list