[commit] r2131 - trunk/SDK/Java/native/JavaCompRunner

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Jan 3 08:10:26 CST 2013


Author: ksmyth
Date: Thu Jan  3 08:10:26 2013
New Revision: 2131

Log:
typo

Modified:
   trunk/SDK/Java/native/JavaCompRunner/RawComponent.cpp

Modified: trunk/SDK/Java/native/JavaCompRunner/RawComponent.cpp
==============================================================================
--- trunk/SDK/Java/native/JavaCompRunner/RawComponent.cpp	Mon Dec 31 13:35:07 2012	(r2130)
+++ trunk/SDK/Java/native/JavaCompRunner/RawComponent.cpp	Thu Jan  3 08:10:26 2013	(r2131)
@@ -313,7 +313,7 @@
 STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project,  IMgaObject *currentobj,  IMgaObjects *selectedobjs,  long param) 
 {
 	if(interactive) {
-		AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+		AfxMessageBox("The ObjectsInvoke method is not implemented");
 	}
 	return E_MGA_NOT_SUPPORTED;
 }


More information about the gme-commit mailing list