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

Modified Files:
        wxMApp.h wxMDialogs.h 
Log Message:
unicode fixes

Index: wxMApp.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMApp.h,v
retrieving revision 1.71
retrieving revision 1.72
diff -b -u -2 -r1.71 -r1.72
--- wxMApp.h    22 Jul 2003 22:01:38 -0000      1.71
+++ wxMApp.h    12 Oct 2003 01:41:21 -0000      1.72
@@ -167,8 +167,8 @@
    virtual bool SetupRemoteCallServer();
 
-   bool OnRemoteRequest(const char *request);
+   bool OnRemoteRequest(const wxChar *request);
 
    /// Report a fatal error:
-   virtual void FatalError(const char *message);
+   virtual void FatalError(const wxChar *message);
 
 #ifdef __WXDEBUG__

Index: wxMDialogs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMDialogs.h,v
retrieving revision 1.112
retrieving revision 1.113
diff -b -u -2 -r1.112 -r1.113
--- wxMDialogs.h        27 Sep 2003 23:34:01 -0000      1.112
+++ wxMDialogs.h        12 Oct 2003 01:41:21 -0000      1.113
@@ -413,6 +413,6 @@
 extern "C"
 {
-   int AcceptCertificateDialog(const char *subject, const char *issuer,
-                               const char *fingerprint);
+   int AcceptCertificateDialog(const wxChar *subject, const wxChar *issuer,
+                               const wxChar *fingerprint);
 }
 #endif



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to