[commit] r1147 - trunk/SDK/DecoratorLib

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Jan 27 17:07:22 CST 2011


Author: ksmyth
Date: Thu Jan 27 17:07:21 2011
New Revision: 1147

Log:
Fix copy-paste bug

Modified:
   trunk/SDK/DecoratorLib/DecoratorUtil.cpp

Modified: trunk/SDK/DecoratorLib/DecoratorUtil.cpp
==============================================================================
--- trunk/SDK/DecoratorLib/DecoratorUtil.cpp	Mon Jan 24 10:16:27 2011	(r1146)
+++ trunk/SDK/DecoratorLib/DecoratorUtil.cpp	Thu Jan 27 17:07:21 2011	(r1147)
@@ -675,7 +675,7 @@
 		
 		if ( strExt != ".bmp" && strExt != ".gif" && strExt != ".png"
 			&& strExt != ".jpg" && strExt != ".jpe" && strEx2 != ".jpeg"
-			&& strExt != ".res"  && strExt != ".wmf" && strEx2 != ".emf")
+			&& strExt != ".res"  && strExt != ".wmf" && strExt != ".emf")
 			strExt = "";
 	}
 


More information about the gme-commit mailing list