Update of /cvsroot/mahogany/M/include/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31255/include/gui
Modified Files:
wxBrowseButton.h wxDialogLayout.h wxFolderTree.h
wxIconManager.h wxMDialogs.h wxOptionsPage.h wxllist.h
Log Message:
_T("") -> wxEmptyString
Index: wxBrowseButton.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxBrowseButton.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -b -u -2 -r1.25 -r1.26
--- wxBrowseButton.h 10 Jan 2004 18:54:46 -0000 1.25
+++ wxBrowseButton.h 16 Jan 2006 20:32:01 -0000 1.26
@@ -350,5 +350,5 @@
// get the selected icon name
wxString GetIconName() const
- { return m_nIcon == -1 ? wxString(_T("")) :
m_iconNames[(size_t)m_nIcon]; }
+ { return m_nIcon == -1 ? wxString(wxEmptyString) :
m_iconNames[(size_t)m_nIcon]; }
// get the selected icon index in the array passed to the ctor or -1 if
none
Index: wxDialogLayout.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxDialogLayout.h,v
retrieving revision 1.82
retrieving revision 1.83
diff -b -u -2 -r1.82 -r1.83
--- wxDialogLayout.h 9 Jul 2005 08:34:55 -0000 1.82
+++ wxDialogLayout.h 16 Jan 2006 20:32:01 -0000 1.83
@@ -148,6 +148,6 @@
// although this makes absolutely no sense for us
wxManuallyLaidOutDialog(wxWindow *parent = NULL,
- const wxString& title = _T(""),
- const wxString& profileKey = _T(""));
+ const wxString& title = wxEmptyString,
+ const wxString& profileKey = wxEmptyString);
// get the minimal size previously set by SetDefaultSize()
@@ -177,5 +177,5 @@
// create just the buttons
- void CreateStdButtons() { (void)CreateStdButtonsAndBox(_T(""), TRUE); }
+ void CreateStdButtons() { (void)CreateStdButtonsAndBox(wxEmptyString,
TRUE); }
// set the diaqlog size if it wasn't restored from profile
@@ -216,5 +216,5 @@
wxOptionsEditDialog(wxFrame *parent,
const wxString& title,
- const wxString& profileKey = _T(""));
+ const wxString& profileKey = wxEmptyString);
// populate the dialog
Index: wxFolderTree.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxFolderTree.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -b -u -2 -r1.19 -r1.20
--- wxFolderTree.h 11 Oct 2003 23:13:46 -0000 1.19
+++ wxFolderTree.h 16 Jan 2006 20:32:23 -0000 1.20
@@ -100,5 +100,5 @@
virtual bool OnRename(MFolder *folder,
const String& folderNewName,
- const String& mboxNewName = _T(""));
+ const String& mboxNewName = wxEmptyString);
// user wants to move this folder to a new parent, return TRUE if ok
virtual bool OnMove(MFolder *folder,
Index: wxIconManager.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxIconManager.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -b -u -2 -r1.30 -r1.31
--- wxIconManager.h 18 Sep 2003 16:30:44 -0000 1.30
+++ wxIconManager.h 16 Jan 2006 20:32:24 -0000 1.31
@@ -58,5 +58,5 @@
@param sub_dir if not empty a favourite subdirectory to use for the
icons
*/
- wxIconManager(wxString sub_dir = _T(""));
+ wxIconManager(wxString sub_dir = wxEmptyString);
/** Destructor
@@ -88,5 +88,5 @@
*/
wxIcon GetIconFromMimeType(const String& type, const String &
- extension = _T(""));
+ extension = wxEmptyString);
/** Add a name/icon pair to the list
Index: wxMDialogs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMDialogs.h,v
retrieving revision 1.116
retrieving revision 1.117
diff -b -u -2 -r1.116 -r1.117
--- wxMDialogs.h 13 Jul 2004 23:28:55 -0000 1.116
+++ wxMDialogs.h 16 Jan 2006 20:32:24 -0000 1.117
@@ -453,5 +453,5 @@
wxArrayInt *selections,
wxWindow *parent = NULL,
- const wxString& confpath = _T(""),
+ const wxString& confpath = wxEmptyString,
const wxSize& sizeDef = wxDefaultSize);
Index: wxOptionsPage.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxOptionsPage.h,v
retrieving revision 1.72
retrieving revision 1.73
diff -b -u -2 -r1.72 -r1.73
--- wxOptionsPage.h 9 Jul 2005 22:14:47 -0000 1.72
+++ wxOptionsPage.h 16 Jan 2006 20:32:24 -0000 1.73
@@ -71,5 +71,5 @@
struct ConfigValueNone : public ConfigValueDefault
{
- ConfigValueNone() : ConfigValueDefault(_T(""),0L) { }
+ ConfigValueNone() : ConfigValueDefault(wxEmptyString,0L) { }
};
Index: wxllist.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxllist.h,v
retrieving revision 1.84
retrieving revision 1.85
diff -b -u -2 -r1.84 -r1.85
--- wxllist.h 9 Jul 2005 20:56:56 -0000 1.84
+++ wxllist.h 16 Jan 2006 20:32:24 -0000 1.85
@@ -265,5 +265,5 @@
{
public:
- wxLayoutObjectText(const wxString &txt = _T(""));
+ wxLayoutObjectText(const wxString &txt = wxEmptyString);
virtual wxLayoutObjectType GetType(void) const { return WXLO_TYPE_TEXT; }
-------------------------------------------------------
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