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

Modified Files:
        persctrl.h 
Log Message:
unicode fixes

Index: persctrl.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/wx/persctrl.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -b -u -2 -r1.38 -r1.39
--- persctrl.h  28 Sep 2003 15:11:19 -0000      1.38
+++ persctrl.h  11 Oct 2003 23:13:46 -0000      1.39
@@ -130,5 +130,5 @@
 
 protected:
-    static const char *ms_path;
+    static const wxChar *ms_path;
 
     void RestorePage();
@@ -183,5 +183,5 @@
 
 protected:
-    static const char *ms_path;
+    static const wxChar *ms_path;
 
     void RestorePage();
@@ -312,5 +312,5 @@
 
 private:
-    static const char *ms_path;
+    static const wxChar *ms_path;
 
     DECLARE_EVENT_TABLE()
@@ -376,5 +376,5 @@
 private:
     // the config key where we store the sash position
-    static const char *ms_path;
+    static const wxChar *ms_path;
 
     DECLARE_NO_COPY_CLASS(wxPSplitterWindow)
@@ -436,5 +436,5 @@
 
 private:
-    static const char *ms_path;
+    static const wxChar *ms_path;
 
     DECLARE_EVENT_TABLE()
@@ -490,5 +490,5 @@
 
 private:
-    static const char *ms_path;
+    static const wxChar *ms_path;
 
     DECLARE_NO_COPY_CLASS(wxPCheckBox)
@@ -552,5 +552,5 @@
 
 private:
-    static const char *ms_path;
+    static const wxChar *ms_path;
 
     DECLARE_EVENT_TABLE()
@@ -619,5 +619,5 @@
 
 private:
-    static const char *ms_path;
+    static const wxChar *ms_path;
 
     DECLARE_EVENT_TABLE()
@@ -690,5 +690,5 @@
 
 private:
-    static const char *ms_path;
+    static const wxChar *ms_path;
 
     DECLARE_EVENT_TABLE()
@@ -728,8 +728,8 @@
                                            const wxString& configPath,
                                            const wxString& title,
-                                           const char *defpath = NULL,
-                                           const char *defname = NULL,
-                                           const char *extension = NULL,
-                                           const char *filter = NULL,
+                                           const wxChar *defpath = NULL,
+                                           const wxChar *defname = NULL,
+                                           const wxChar *extension = NULL,
+                                           const wxChar *filter = NULL,
                                            int flags = 0,
                                            wxWindow *parent = NULL,



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