Ignore:
Timestamp:
Dec 16, 2007, 11:44:29 PM (16 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/BasicCompiler.cpp

    r322 r378  
    9191}
    9292void ts(const char *msg){
    93     MessageBox(0,msg,"TestMessage",0);
     93    MessageBox(0,FormatEscapeSequenceStringToDefaultString(msg).c_str(),"TestMessage",0);
    9494}
    9595void ts(const char *msg,const char *title){
    96     MessageBox(0,msg,title,0);
     96    MessageBox(0,FormatEscapeSequenceStringToDefaultString(msg).c_str(),title,0);
    9797}
    9898
Note: See TracChangeset for help on using the changeset viewer.