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

Modified Files:
        persctrl.cpp 
Log Message:
unicode fixes

Index: persctrl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/wx/generic/persctrl.cpp,v
retrieving revision 1.86
retrieving revision 1.87
diff -b -u -2 -r1.86 -r1.87
--- persctrl.cpp        1 Oct 2003 23:44:24 -0000       1.86
+++ persctrl.cpp        11 Oct 2003 23:13:47 -0000      1.87
@@ -270,5 +270,5 @@
 
 // the key where we store our last selected page
-const char *wxPNotebook::ms_path = "NotebookPages";
+const wxChar *wxPNotebook::ms_path = _T("NotebookPages");
 
 wxPNotebook::wxPNotebook()
@@ -364,5 +364,5 @@
 
 // the key where we store our last selected page
-const char *wxPListbook::ms_path = "ListbookPages";
+const wxChar *wxPListbook::ms_path = _T("ListbookPages");
 
 wxPListbook::wxPListbook()
@@ -593,5 +593,5 @@
 // ----------------------------------------------------------------------------
 
-const char *wxPSplitterWindow::ms_path = "SashPositions";
+const wxChar *wxPSplitterWindow::ms_path = _T("SashPositions");
 
 wxPSplitterWindow::wxPSplitterWindow()
@@ -721,5 +721,5 @@
 // ----------------------------------------------------------------------------
 
-const char *wxPListCtrl::ms_path = "ListCtrlColumns";
+const wxChar *wxPListCtrl::ms_path = _T("ListCtrlColumns");
 
 // default ctor
@@ -867,5 +867,5 @@
 // ----------------------------------------------------------------------------
 
-const char *wxPCheckBox::ms_path = "Checkboxes";
+const wxChar *wxPCheckBox::ms_path = _T("Checkboxes");
 
 // default ctor
@@ -961,5 +961,5 @@
 // ----------------------------------------------------------------------------
 
-const char *wxPListBox::ms_path = "ListBoxSelection";
+const wxChar *wxPListBox::ms_path = _T("ListBoxSelection");
 
 // default ctor
@@ -1081,5 +1081,5 @@
 // ----------------------------------------------------------------------------
 
-const char *wxPChoice::ms_path = "ChoiceSelection";
+const wxChar *wxPChoice::ms_path = _T("ChoiceSelection");
 
 // default ctor
@@ -1201,5 +1201,5 @@
 // ----------------------------------------------------------------------------
 
-const char *wxPRadioBox::ms_path = "RadioBoxSelection";
+const wxChar *wxPRadioBox::ms_path = _T("RadioBoxSelection");
 
 // default ctor
@@ -1322,5 +1322,5 @@
 // ----------------------------------------------------------------------------
 
-const char *wxPTreeCtrl::ms_path = "TreeCtrlExp";
+const wxChar *wxPTreeCtrl::ms_path = _T("TreeCtrlExp");
 
 // default ctor
@@ -1788,5 +1788,5 @@
 }
 
-static const char *gs_MessageBoxPath = "MessageBox";
+static const wxChar *gs_MessageBoxPath = _T("MessageBox");
 static const int DONT_PREDISABLE = -1;
 
@@ -1935,8 +1935,8 @@
 static wxFileDialog *wxShowFileSelectorDialog(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,
@@ -2050,8 +2050,8 @@
                         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,



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