git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@721
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_pLogPrev = wxLog::SetActiveTarget(m_pLog);
// associate drop targets with 2 text controls
m_pLogPrev = wxLog::SetActiveTarget(m_pLog);
// associate drop targets with 2 text controls
-#ifdef __WXMSW__ // it's not supported (yet) on other platforms
m_ctrlFile->SetDropTarget(new DnDFile(m_ctrlFile));
m_ctrlFile->SetDropTarget(new DnDFile(m_ctrlFile));
-#endif //MSW
- m_ctrlText->SetDropTarget(new DnDText(m_ctrlText));
+ //m_ctrlText->SetDropTarget(new DnDText(m_ctrlText));