Update of /cvsroot/mahogany/M/src/wx/generic
In directory usw-pr-cvs1:/tmp/cvs-serv3800/src/wx/generic

Modified Files:
        persctrl.cpp 
Log Message:
more Unicode fixes

Index: persctrl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/wx/generic/persctrl.cpp,v
retrieving revision 1.73
retrieving revision 1.74
diff -b -u -2 -r1.73 -r1.74
--- persctrl.cpp        8 Sep 2002 19:23:12 -0000       1.73
+++ persctrl.cpp        12 Sep 2002 02:36:52 -0000      1.74
@@ -310,5 +310,5 @@
         else {
             // invalid page index, (almost) silently ignore
-            wxLogDebug("Couldn't restore wxPNotebook page %d.", nPage);
+            wxLogDebug(_T("Couldn't restore wxPNotebook page %d."), nPage);
         }
 
@@ -1954,8 +1954,8 @@
 wxString wxPFileSelector(const wxString& configPath,
                          const wxString& title,
-                         const char *defpath,
-                         const char *defname,
-                         const char *defext,
-                         const char *filter,
+                         const wxChar *defpath,
+                         const wxChar *defname,
+                         const wxChar *defext,
+                         const wxChar *filter,
                          int flags,
                          wxWindow *parent,



-------------------------------------------------------
In remembrance
www.osdn.com/911/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to