Update of /cvsroot/mahogany/M/include/wx
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31255/include/wx

Modified Files:
        persctrl.h 
Log Message:
_T("") -> wxEmptyString

Index: persctrl.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/wx/persctrl.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -b -u -2 -r1.42 -r1.43
--- persctrl.h  6 Jul 2005 11:27:46 -0000       1.42
+++ persctrl.h  16 Jan 2006 20:32:26 -0000      1.43
@@ -458,5 +458,5 @@
                 wxWindow *parent,
                 wxWindowID id = -1,
-                const wxString& label = _T(""),
+                const wxString& label = wxEmptyString,
                 const wxPoint &pos = wxDefaultPosition,
                 const wxSize &size = wxDefaultSize,
@@ -468,5 +468,5 @@
                 wxWindow *parent,
                 wxWindowID id = -1,
-                const wxString& label = _T(""),
+                const wxString& label = wxEmptyString,
                 const wxPoint &pos = wxDefaultPosition,
                 const wxSize &size = wxDefaultSize,
@@ -575,5 +575,5 @@
                wxWindow *parent,
                wxWindowID id = -1,
-               const wxString& title = _T(""),
+               const wxString& title = wxEmptyString,
                const wxPoint &pos = wxDefaultPosition,
                const wxSize &size = wxDefaultSize,
@@ -588,5 +588,5 @@
                 wxWindow *parent,
                 wxWindowID id = -1,
-                const wxString& title = _T(""),
+                const wxString& title = wxEmptyString,
                 const wxPoint &pos = wxDefaultPosition,
                 const wxSize &size = wxDefaultSize,
@@ -747,5 +747,5 @@
 extern WXDLLMAYEXP wxString wxPDirSelector(const wxString& configPath,
                                            const wxString& message,
-                                           const wxString& pathDefault = 
_T(""),
+                                           const wxString& pathDefault = 
wxEmptyString,
                                            wxWindow *parent = NULL,
                                            wxConfigBase *config = NULL);



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to