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

Modified Files:
        wxMDialogs.h 
Log Message:
Unicode fixes

Index: wxMDialogs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMDialogs.h,v
retrieving revision 1.105
retrieving revision 1.106
diff -b -u -2 -r1.105 -r1.106
--- wxMDialogs.h        12 Sep 2002 02:36:48 -0000      1.105
+++ wxMDialogs.h        13 Sep 2002 01:27:46 -0000      1.106
@@ -135,5 +135,5 @@
        @param modal   true to make messagebox modal
    */
-void   MDialog_ErrorMessage(char const *message,
+void   MDialog_ErrorMessage(wxChar const *message,
                             const wxWindow *parent = NULL,
                             wxChar const *title = MDIALOG_ERRTITLE,
@@ -146,5 +146,5 @@
        @param modal   true to make messagebox modal
    */
-void   MDialog_SystemErrorMessage(char const *message,
+void   MDialog_SystemErrorMessage(wxChar const *message,
                                   const wxWindow *parent = NULL,
                                   wxChar const *title = MDIALOG_SYSERRTITLE,
@@ -156,5 +156,5 @@
        @param parent   the parent frame
    */
-void   MDialog_FatalErrorMessage(char const *message,
+void   MDialog_FatalErrorMessage(wxChar const *message,
                                  const wxWindow *parent = NULL,
                                  wxChar const *title = MDIALOG_FATALERRTITLE);
@@ -170,8 +170,8 @@
        @return TRUE if Ok was pressed, FALSE if Cancel
    */
-bool   MDialog_Message(char const *message,
+bool   MDialog_Message(wxChar const *message,
                        const wxWindow *parent = NULL,
                        wxChar const *title = MDIALOG_MSGTITLE,
-                       const char *configPath = NULL,
+                       const wxChar *configPath = NULL,
                        int flags = 0);
 
@@ -194,5 +194,5 @@
                            int flags = M_DLG_YES_DEFAULT,
                            const MPersMsgBox *persMsg = NULL,
-                           const char *folderName = NULL);
+                           const wxChar *folderName = NULL);
 
 /**
@@ -208,5 +208,5 @@
   @return M_DLG_ if yes was chosen, 0 if no and -1 if cancel
  */
-MDlgResult MDialog_YesNoCancel(char const *message,
+MDlgResult MDialog_YesNoCancel(wxChar const *message,
                                const wxWindow *parent = NULL,
                                wxChar const *title = MDIALOG_YESNOTITLE,
@@ -225,5 +225,5 @@
        @return pointer to a temporarily allocated buffer with he filename, or NULL
    */
-const char *MDialog_FileRequester(const String &message,
+const wxChar *MDialog_FileRequester(const String &message,
                                   const wxWindow *parent = NULL,
                                   String path = NULLstring,
@@ -242,7 +242,7 @@
 */
 void MDialog_ShowText(wxWindow *parent,
-                      const char *title,
-                      const char *text,
-                      const char *configPath = NULL);
+                      const wxChar *title,
+                      const wxChar *text,
+                      const wxChar *configPath = NULL);
 
 } // extern "C"
@@ -259,5 +259,5 @@
   @return TRUE if Ok was pressed, FALSE if Cancel
  */
-bool MDialog_Message(char const *message,
+bool MDialog_Message(wxChar const *message,
                      const wxWindow *parent,
                      const MPersMsgBox *persMsg,
@@ -277,5 +277,5 @@
                             const String& path = NULLstring,
                             wxWindow *parent = NULL,
-                            const char *configPath = NULL);
+                            const wxChar *configPath = NULL);
 
 /**
@@ -306,5 +306,5 @@
                const wxString& prompt,
                const wxWindow *parent = NULL,
-               const char *key = NULL,
+               const wxChar *key = NULL,
                const wxChar *def = NULL,
                bool passwordflag = false);



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to