Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7851/src/modules
Modified Files:
NetscapeImporter.cpp
Log Message:
fixes for deprecation warnings with wx 2.5
Index: NetscapeImporter.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/NetscapeImporter.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -b -u -2 -r1.19 -r1.20
--- NetscapeImporter.cpp 11 Mar 2004 11:25:54 -0000 1.19
+++ NetscapeImporter.cpp 24 Jan 2005 18:36:22 -0000 1.20
@@ -921,5 +921,5 @@
subFolder->SetTreeIndex(10); // popsition folder after system
folders
folderList.Add(subFolder);
- fileList.Remove(i); // this one has been created, remove from
filelist
+ fileList.RemoveAt(i); // this one has been created, remove
from filelist
wxLogMessage(_("NOTE: >>>>>> Created 'AAA Misc' folder to contain
the msgs currently in group folder %s."),
dirFldName.c_str());
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates