git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52076
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
#if wxUSE_CLIPBOARD
// check if there is any text on the clipboard
{
#if wxUSE_CLIPBOARD
// check if there is any text on the clipboard
- if ( wxTheClipboard->IsSupported(wxDF_TEXT) )
+ if ( wxTheClipboard->IsSupported(wxDF_TEXT)
+#if wxUSE_UNICODE
+ || wxTheClipboard->IsSupported(wxDF_UNICODETEXT)
+#endif // wxUSE_UNICODE
+ )
+ {
#endif // wxUSE_CLIPBOARD
}
#endif // wxUSE_CLIPBOARD
}