Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23148/src/modules
Modified Files:
Filters.cpp
Log Message:
fixes to cosmetic fixes to the filtering progress dialog
Index: Filters.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/Filters.cpp,v
retrieving revision 1.201
retrieving revision 1.202
diff -b -u -2 -r1.201 -r1.202
--- Filters.cpp 9 Jul 2005 23:48:53 -0000 1.201
+++ Filters.cpp 10 Jul 2005 22:06:33 -0000 1.202
@@ -2950,6 +2950,6 @@
GetSenderSubject(from, subject, true /* full */);
- textPD << _T("\n\t") << _("From: ") << from
- << _T("\n\t") << _("Subject: ") << subject;
+ textPD << _T("\n ") << _("From: ") << from
+ << _T("\n ") << _("Subject: ") << subject;
}
}
@@ -3049,5 +3049,5 @@
// and show the result in the progress dialog
- String textResult = ResultsMessage();
+ const String textResult = ResultsMessage();
textLog += _T(" - ") + textResult;
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates