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

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

Index: PythonHelp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/PythonHelp.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -b -u -2 -r1.43 -r1.44
--- PythonHelp.cpp      15 Dec 2005 21:17:20 -0000      1.43
+++ PythonHelp.cpp      16 Jan 2006 20:32:26 -0000      1.44
@@ -102,5 +102,5 @@
    }
 
-   String nameCB(profile->readEntry(name, _T("")));
+   String nameCB(profile->readEntry(name, wxEmptyString));
 
    if ( nameCB.empty() )



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