]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dragimag.cpp
wxITEM_FOO instead of wxItem_Foo, for the sake of consistency
[wxWidgets.git] / src / msw / dragimag.cpp
index 5a9c132e617b4036ab047bc0291e88a5df015cb1..ababd9e7cd092951c5fb30b65823a08a1ccf47c7 100644 (file)
@@ -28,7 +28,7 @@
 #pragma hdrstop
 #endif
 
-#if wxUSE_DRAGIMAG
+#if wxUSE_DRAGIMAGE
 
 #if defined(__WIN95__)
 
@@ -192,7 +192,7 @@ bool wxDragImage::Create(const wxIcon& image, const wxCursor& cursor)
 // Create a drag image from a string and optional cursor
 bool wxDragImage::Create(const wxString& str, const wxCursor& cursor)
 {
-    wxFont font(wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT));
+    wxFont font(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
 
     long w, h;
     wxScreenDC dc;
@@ -435,4 +435,4 @@ bool wxDragImage::Hide()
 #endif
     // __WIN95__
 
-#endif // wxUSE_DRAGIMAG
+#endif // wxUSE_DRAGIMAGE