[Sphere-axis-commits] CVS: UOMap UOMapCtl.cpp,1.5,1.6
Brought to you by:
pesterle
From: Philip E. <pes...@us...> - 2002-05-12 16:17:56
|
Update of /cvsroot/sphere-axis/UOMap In directory usw-pr-cvs1:/tmp/cvs-serv15186 Modified Files: UOMapCtl.cpp Log Message: Unicode compatibility fix Index: UOMapCtl.cpp =================================================================== RCS file: /cvsroot/sphere-axis/UOMap/UOMapCtl.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** UOMapCtl.cpp 11 May 2002 05:33:31 -0000 1.5 --- UOMapCtl.cpp 12 May 2002 16:17:52 -0000 1.6 *************** *** 1015,1019 **** catch (...) { ! AfxMessageBox("UOMap.ocx caught an exception while trying to draw the map. You may need to close the application.", MB_OK); } } --- 1015,1019 ---- catch (...) { ! AfxMessageBox(_T("UOMap.ocx caught an exception while trying to draw the map. You may need to close the application."), MB_OK); } } |