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

Modified Files:
        wxComposeView.cpp 
Log Message:
fixed wxUSE_DND

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.395
retrieving revision 1.396
diff -b -u -2 -r1.395 -r1.396
--- wxComposeView.cpp   16 Jan 2006 20:32:27 -0000      1.395
+++ wxComposeView.cpp   17 Jan 2006 01:38:32 -0000      1.396
@@ -1945,5 +1945,5 @@
 };
 
-#if wxUSE_DND
+#if wxUSE_DRAG_AND_DROP
 
 class wxComposeViewDropTarget : public wxDropTarget 
@@ -2019,5 +2019,5 @@
 };
 
-#endif // wxUSE_DND
+#endif // wxUSE_DRAG_AND_DROP
 
 void
@@ -2040,9 +2040,9 @@
    CreateToolAndStatusBars();
 
-#if wxUSE_DND
+#if wxUSE_DRAG_AND_DROP
    // Create the wxDropTarget subclass that allows to
    // drop files or messages in the Composer window
    SetDropTarget(new wxComposeViewDropTarget(this));
-#endif // wxUSE_DND
+#endif // wxUSE_DRAG_AND_DROP
 
    // create the child controls



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