[commit] r2079 - trunk/GME/MgaUtil

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Oct 4 10:12:10 CDT 2012


Author: ksmyth
Date: Thu Oct  4 10:12:09 2012
New Revision: 2079

Log:
SetErrorInfo

Modified:
   trunk/GME/MgaUtil/MgaResolver.cpp

Modified: trunk/GME/MgaUtil/MgaResolver.cpp
==============================================================================
--- trunk/GME/MgaUtil/MgaResolver.cpp	Wed Oct  3 16:25:03 2012	(r2078)
+++ trunk/GME/MgaUtil/MgaResolver.cpp	Thu Oct  4 10:12:09 2012	(r2079)
@@ -1753,8 +1753,8 @@
 		if (valid_role_count > 0) {
 
 			if (cdl.DoModal() != IDOK || (cdl.mn_selection_index == LB_ERR)) {
+				SetErrorInfo(L"No item chosen from dialog");
 				return E_ABORT;
-
 			} else {
 
 				// get the entry in the list


More information about the gme-commit mailing list