[commit] r2135 - trunk/GME/MgaUtil
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Jan 9 21:27:12 CST 2013
Author: ksmyth
Date: Wed Jan 9 21:27:11 2013
New Revision: 2135
Log:
Fix IconPath META-410
Modified:
trunk/GME/MgaUtil/MgaRegistrar.cpp
Modified: trunk/GME/MgaUtil/MgaRegistrar.cpp
==============================================================================
--- trunk/GME/MgaUtil/MgaRegistrar.cpp Wed Jan 9 21:26:51 2013 (r2134)
+++ trunk/GME/MgaUtil/MgaRegistrar.cpp Wed Jan 9 21:27:11 2013 (r2135)
@@ -97,6 +97,8 @@
str += _T(";");
str += str2;
}
+ else
+ str = str2;
}
CopyTo(str, path);
}
More information about the gme-commit
mailing list