[commit] r1503 - trunk/GME/MgaUtil

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Sep 7 09:09:40 CDT 2011


Author: ksmyth
Date: Wed Sep  7 09:09:40 2011
New Revision: 1503

Log:
Should set source

Modified:
   trunk/GME/MgaUtil/MgaLauncher.h

Modified: trunk/GME/MgaUtil/MgaLauncher.h
==============================================================================
--- trunk/GME/MgaUtil/MgaLauncher.h	Wed Sep  7 09:08:32 2011	(r1502)
+++ trunk/GME/MgaUtil/MgaLauncher.h	Wed Sep  7 09:09:40 2011	(r1503)
@@ -63,6 +63,7 @@
 		if (SUCCEEDED(CreateErrorInfo(&errCreate))
 			&& SUCCEEDED(errCreate->SetDescription(const_cast<wchar_t*>(err)))
 			&& SUCCEEDED(errCreate->SetGUID(__uuidof(IMgaLauncher)))
+			&& SUCCEEDED(errCreate->SetSource(L"Mga.MgaLauncher"))
 			)
 		{
 			IErrorInfoPtr errorInfo = errCreate;


More information about the gme-commit mailing list