[commit] r1454 - trunk/GME/Parser

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Jul 28 11:53:22 CDT 2011


Author: ksmyth
Date: Thu Jul 28 11:53:21 2011
New Revision: 1454

Log:
Analyzing takes no time, dont pop up a window for it

Modified:
   trunk/GME/Parser/MgaParser.cpp

Modified: trunk/GME/Parser/MgaParser.cpp
==============================================================================
--- trunk/GME/Parser/MgaParser.cpp	Thu Jul 28 11:52:47 2011	(r1453)
+++ trunk/GME/Parser/MgaParser.cpp	Thu Jul 28 11:53:21 2011	(r1454)
@@ -1795,10 +1795,6 @@
 	try
 	{
 		CloseAll();
-		COMTHROW( progress.CoCreateInstance(L"Mga.MgaProgressDlg") );
-		COMTHROW( progress->SetTitle(_bstr_t(L"Analyzing clipboard data...")) );
-		COMTHROW( progress->StartProgressDialog(NULL) );
-
 
 		CopyTo(filename, xmlfile);
 


More information about the gme-commit mailing list