From 090a10c472329f2e7e30502486c931cd473cc995 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 11 Dec 2003 10:41:00 +0000 Subject: [PATCH] Applied patch [ 830050 ] Turn on clipboard support in wxUniv git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/setup0.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 0f3bf313d9..5f9903a864 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -831,7 +831,7 @@ // Default is 1. // // Recommended setting: 1 -#define wxUSE_CLIPBOARD 0 //? needs wxUSE_OLE +#define wxUSE_CLIPBOARD 1 // Use wxDataObject and related classes. Needed for clipboard and OLE drag and // drop @@ -849,7 +849,7 @@ // // Recommended setting: 1 #if defined(__WIN32__) - #define wxUSE_DRAG_AND_DROP 0 //? needs wxUSE_OLE + #define wxUSE_DRAG_AND_DROP 0 #else #define wxUSE_DRAG_AND_DROP 0 #endif