]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dragimag.cpp
Various changes to make pop up menus work
[wxWidgets.git] / src / msw / dragimag.cpp
index fcad2efdfd370181d6f5ecc5e119c087eed89fa8..ababd9e7cd092951c5fb30b65823a08a1ccf47c7 100644 (file)
@@ -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;