Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv2222/src/gui

Modified Files:
        wxMFrame.cpp 
Log Message:
don't typedef wxGenericPrintDialog under Mac

Index: wxMFrame.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMFrame.cpp,v
retrieving revision 1.154
retrieving revision 1.155
diff -b -u -2 -r1.154 -r1.155
--- wxMFrame.cpp        16 Apr 2002 02:45:53 -0000      1.154
+++ wxMFrame.cpp        6 May 2002 11:33:41 -0000       1.155
@@ -77,5 +77,5 @@
 #include <wx/printdlg.h>
 
-#ifndef OS_WIN
+#if defined(OS_UNIX) && !defined(OS_MAC)
     typedef wxGenericPrintDialog wxPrintDialog;
 #endif


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to