[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-dev] Commit Complete
Commit by : luke
Repository : xara
Revision : 694
Date : Mon Mar 20 17:04:27 GMT 2006
Changed paths:
M /Trunk/XaraLX/wxOil/errors.cpp
Make string const Unicode
Diff:
Index: Trunk/XaraLX/wxOil/errors.cpp
===================================================================
--- Trunk/XaraLX/wxOil/errors.cpp (revision 693)
+++ Trunk/XaraLX/wxOil/errors.cpp (revision 694)
@@ -1541,7 +1541,7 @@
Error::StackWalker s;
s.Walk(frames);
#else
- TRACE("Request to dump stack not supported on WXMAC");
+ TRACE( _T("Request to dump stack not supported on WXMAC") );
#endif
#endif
}
Xara