Update of /cvsroot/mahogany/M/include/gui
In directory usw-pr-cvs1:/tmp/cvs-serv8751/include/gui

Modified Files:
        wxMFrame.h 
Log Message:
few fixes for Unicode compilation

Index: wxMFrame.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMFrame.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -b -u -2 -r1.39 -r1.40
--- wxMFrame.h  4 Mar 2002 17:00:46 -0000       1.39
+++ wxMFrame.h  26 Aug 2002 16:06:35 -0000      1.40
@@ -51,5 +51,5 @@
 
    /// dummy ctor for DECLARE_DYNAMIC_CLASS
-   wxMFrame() : MFrameBase(M_EMPTYSTRING) { FAIL_MSG("unreachable"); }
+   wxMFrame() : MFrameBase(M_EMPTYSTRING) { FAIL_MSG(_T("unreachable")); }
    /// Constructor
    wxMFrame(const String &iname, wxWindow *parent = NULL);



-------------------------------------------------------
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