changed wxUSE_DRAGIMAG to wxUSE_DRAGIMAGE and use it everywhere now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-02 10:39:00 +00:00
parent d73be7149f
commit 24fd6d87e9
4 changed files with 685 additions and 619 deletions

View File

@@ -268,6 +268,11 @@
*/
#define wxUSE_DIRDLG 0
/*
* Use wxDragImage class
*/
#define wxUSE_DRAGIMAGE 0
/*
* Use property sheet classes
*/