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

Modified Files:
        wxDialogLayout.h wxFolderView.h wxMDialogs.h 
Log Message:
a few fixes for Unicode compilation

Index: wxDialogLayout.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxDialogLayout.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -b -u -2 -r1.61 -r1.62
--- wxDialogLayout.h    8 Sep 2002 01:32:30 -0000       1.61
+++ wxDialogLayout.h    8 Sep 2002 19:23:08 -0000       1.62
@@ -231,5 +231,5 @@
 
    // unimplemented default ctor for DECLARE_DYNAMIC_CLASS
-   wxOptionsEditDialog() { wxFAIL_MSG("unaccessible"); }
+   wxOptionsEditDialog() { wxFAIL_MSG(_T("unaccessible")); }
 
    // disable or reenable Ok and Apply buttons

Index: wxFolderView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxFolderView.h,v
retrieving revision 1.140
retrieving revision 1.141
diff -b -u -2 -r1.140 -r1.141
--- wxFolderView.h      22 Jul 2002 00:02:29 -0000      1.140
+++ wxFolderView.h      8 Sep 2002 19:23:08 -0000       1.141
@@ -370,5 +370,5 @@
 
    /// don't even think of using this!
-   wxFolderViewFrame(void) { wxFAIL_MSG("unreachable"); }
+   wxFolderViewFrame(void) { wxFAIL_MSG(_T("unreachable")); }
 
 private:

Index: wxMDialogs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMDialogs.h,v
retrieving revision 1.103
retrieving revision 1.104
diff -b -u -2 -r1.103 -r1.104
--- wxMDialogs.h        23 Jul 2002 18:47:11 -0000      1.103
+++ wxMDialogs.h        8 Sep 2002 19:23:08 -0000       1.104
@@ -137,5 +137,5 @@
 void   MDialog_ErrorMessage(char const *message,
                             const wxWindow *parent = NULL,
-                            char const *title = MDIALOG_ERRTITLE,
+                            wxChar const *title = MDIALOG_ERRTITLE,
                             bool modal = false);
 
@@ -148,5 +148,5 @@
 void   MDialog_SystemErrorMessage(char const *message,
                                   const wxWindow *parent = NULL,
-                                  char const *title = MDIALOG_SYSERRTITLE,
+                                  wxChar const *title = MDIALOG_SYSERRTITLE,
                                   bool modal = false);
 
@@ -158,5 +158,5 @@
 void   MDialog_FatalErrorMessage(char const *message,
                                  const wxWindow *parent = NULL,
-                                 char const *title = MDIALOG_FATALERRTITLE);
+                                 wxChar const *title = MDIALOG_FATALERRTITLE);
 
 /** display normal message and, if configPath != NULL, give a user a checkbox
@@ -172,5 +172,5 @@
 bool   MDialog_Message(char const *message,
                        const wxWindow *parent = NULL,
-                       char const *title = MDIALOG_MSGTITLE,
+                       wxChar const *title = MDIALOG_MSGTITLE,
                        const char *configPath = NULL,
                        int flags = 0);
@@ -191,5 +191,5 @@
 bool   MDialog_YesNoDialog(char const *message,
                            const wxWindow *parent = NULL,
-                           char const *title = MDIALOG_YESNOTITLE,
+                           wxChar const *title = MDIALOG_YESNOTITLE,
                            int flags = M_DLG_YES_DEFAULT,
                            const MPersMsgBox *persMsg = NULL,
@@ -210,5 +210,5 @@
 MDlgResult MDialog_YesNoCancel(char const *message,
                                const wxWindow *parent = NULL,
-                               char const *title = MDIALOG_YESNOTITLE,
+                               wxChar const *title = MDIALOG_YESNOTITLE,
                                int flags = M_DLG_YES_DEFAULT,
                                const MPersMsgBox *persMsg = NULL);
@@ -263,5 +263,5 @@
                      const MPersMsgBox *persMsg,
                      int flags = 0,
-                     char const *title = MDIALOG_MSGTITLE);
+                     wxChar const *title = MDIALOG_MSGTITLE);
 
 



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