Update of /cvsroot/mahogany/M/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv9699/src/Python

Modified Files:
        PythonDll.cpp PythonHelp.cpp 
Log Message:
a few fixes for Unicode compilation

Index: PythonDll.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/PythonDll.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- PythonDll.cpp       14 Jun 2001 01:58:38 -0000      1.5
+++ PythonDll.cpp       8 Sep 2002 19:23:08 -0000       1.6
@@ -200,5 +200,5 @@
 extern bool InitPythonDll()
 {
-   CHECK( !gs_dllPython, true, "shouldn't be called more than once" );
+   CHECK( !gs_dllPython, true, _T("shouldn't be called more than once") );
 
    gs_dllPython = wxDllLoader::LoadLibrary(GetDllName(PYTHON_LIB(20)));

Index: PythonHelp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/PythonHelp.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -b -u -2 -r1.24 -r1.25
--- PythonHelp.cpp      23 Oct 2001 20:27:37 -0000      1.24
+++ PythonHelp.cpp      8 Sep 2002 19:23:08 -0000       1.25
@@ -350,5 +350,5 @@
    else
    {
-       FAIL_MSG( "Python is disabled, can't run script!" );
+       FAIL_MSG( _T("Python is disabled, can't run script!") );
    }
 }



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to