Revision: 7392
http://mahogany.svn.sourceforge.net/mahogany/?rev=7392&view=rev
Author: vadz
Date: 2007-12-09 15:53:51 -0800 (Sun, 09 Dec 2007)
Log Message:
-----------
blind compilation fix for the latest wx svn
Modified Paths:
--------------
trunk/M/src/gui/wxllist.cpp
Modified: trunk/M/src/gui/wxllist.cpp
===================================================================
--- trunk/M/src/gui/wxllist.cpp 2007-11-26 02:21:03 UTC (rev 7391)
+++ trunk/M/src/gui/wxllist.cpp 2007-12-09 23:53:51 UTC (rev 7392)
@@ -3481,11 +3481,7 @@
/* We allocate a temporary wxDC for printing, so that we can
determine the correct paper size and scaling. We don't actually
print anything on it. */
-#ifdef __WXMSW__
- wxPrinterDC *psdc = new wxPrinterDC("","",WXLLIST_TEMPFILE,false);
-#else
- wxPostScriptDC *psdc = new wxPostScriptDC();//WXLLIST_TEMPFILE,false);
-#endif
+ wxPrinterDC *psdc = new wxPrinterDC();
psdc->StartDoc(m_title);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates