Update of /cvsroot/mahogany/M/src/modules/spam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31255/src/modules/spam

Modified Files:
        DspamFilter.cpp HeadersFilter.cpp 
Log Message:
_T("") -> wxEmptyString

Index: DspamFilter.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/spam/DspamFilter.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -b -u -2 -r1.18 -r1.19
--- DspamFilter.cpp     25 Feb 2005 22:16:28 -0000      1.18
+++ DspamFilter.cpp     16 Jan 2006 20:32:28 -0000      1.19
@@ -488,5 +488,5 @@
                    (
                      _("Training DSPAM, please wait..."),
-                     _T(""),
+                     wxEmptyString,
                      count,
                      parent,

Index: HeadersFilter.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/spam/HeadersFilter.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -u -2 -r1.10 -r1.11
--- HeadersFilter.cpp   22 Mar 2005 02:06:45 -0000      1.10
+++ HeadersFilter.cpp   16 Jan 2006 20:32:28 -0000      1.11
@@ -1329,5 +1329,5 @@
       }
    }
-   header = _T("");
+   header = wxEmptyString;
    return false;
 }



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