[commit] r1918 - trunk/GME/ObjectInspector

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri May 4 10:12:21 CDT 2012


Author: ksmyth
Date: Fri May  4 10:12:20 2012
New Revision: 1918

Log:
META-267: s/apoligize/apologize/

Modified:
   trunk/GME/ObjectInspector/ObjectInspectorCtl.cpp

Modified: trunk/GME/ObjectInspector/ObjectInspectorCtl.cpp
==============================================================================
--- trunk/GME/ObjectInspector/ObjectInspectorCtl.cpp	Fri May  4 10:12:11 2012	(r1917)
+++ trunk/GME/ObjectInspector/ObjectInspectorCtl.cpp	Fri May  4 10:12:20 2012	(r1918)
@@ -476,7 +476,7 @@
 		m_FolderList.RemoveAll();
 		m_objects=NULL;
 
-		CWnd::MessageBox(_T("Object Inspector could not hand over the project data due to an unexpected error. We apoligize for the inconvenience."),_T("Object inspector"),MB_ICONERROR);
+		CWnd::MessageBox(_T("Object Inspector could not hand over the project data due to an unexpected error. We apologize for the inconvenience."),_T("Object inspector"),MB_ICONERROR);
 
 	}
 	SetModifiedFlag();
@@ -519,7 +519,7 @@
 	{
 		ASSERT(0);
 		m_project->AbortTransaction();
-		CWnd::MessageBox(_T("Object Inspector could not load object data due to an unexpected MGA error. We apoligize for the inconvenience."),_T("Object inspector"),MB_ICONERROR);
+		CWnd::MessageBox(_T("Object Inspector could not load object data due to an unexpected MGA error. We apologize for the inconvenience."),_T("Object inspector"),MB_ICONERROR);
 	}
 
 	m_inspectorDlg.Refresh();
@@ -1105,7 +1105,7 @@
 	{
 		m_project->AbortTransaction();
 		if (e.hr != E_MGA_CONSTRAINT_VIOLATION)
-			CWnd::MessageBox(_T("Object Inspector could not write object name due to an unexpected MGA error. We apoligize for the inconvenience."),_T("Object inspector"),MB_ICONERROR);
+			CWnd::MessageBox(_T("Object Inspector could not write object name due to an unexpected MGA error. We apologize for the inconvenience."),_T("Object inspector"),MB_ICONERROR);
 	}
 
 }


More information about the gme-commit mailing list