From: Markus R. <rol...@us...> - 2006-02-19 15:45:44
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29040 Modified Files: property.cpp Log Message: - unicode compile fix Index: property.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/property.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** property.cpp 18 Feb 2006 19:50:03 -0000 1.7 --- property.cpp 19 Feb 2006 15:45:37 -0000 1.8 *************** *** 90,94 **** #define FORMAT_FLAG(_i, _flag)\ ! wxString((_i & _flag) ? #_flag" " : "") Property::Property() --- 90,94 ---- #define FORMAT_FLAG(_i, _flag)\ ! wxString((_i & _flag) ? _T(#_flag" ") : _T("")) Property::Property() |