Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv11832

Modified Files:
        wxMApp.cpp 
Log Message:
small unicode fix for win

Index: wxMApp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMApp.cpp,v
retrieving revision 1.285
retrieving revision 1.286
diff -b -u -2 -r1.285 -r1.286
--- wxMApp.cpp  16 Jan 2004 23:37:34 -0000      1.285
+++ wxMApp.cpp  21 Jan 2004 16:11:22 -0000      1.286
@@ -1338,5 +1338,5 @@
 
 #ifdef OS_WIN
-   helpfile += "\\Manual.chm";
+   helpfile += _T("\\Manual.chm");
 #else // !Windows
    if ( !READ_APPCONFIG(MP_HELPBROWSER_KIND) )



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to