[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1663
Date       : Fri Aug  4 10:38:21 BST 2006

Changed paths:
   M /Trunk/XaraLX/wxOil/errors.cpp

Fix another random TRACE


Diff:
Index: Trunk/XaraLX/wxOil/errors.cpp
===================================================================
--- Trunk/XaraLX/wxOil/errors.cpp	(revision 1662)
+++ Trunk/XaraLX/wxOil/errors.cpp	(revision 1663)
@@ -968,7 +968,7 @@
 	// minimum acceptable error string...
 	if (InSetError)
 	{
-		TRACE(FALSE,"SetError really has been called recursively (2)
");
+		TRACE(_T("SetError really has been called recursively (2)
"));
 		ErrorID = _R(IDE_EX_BADOP); // should have it's own, but...
 		ErrStatus = ERRORSTAT_TEXT;
 		ErrorHasBeenReported=FALSE;


Xara