#pragma hdrstop
#endif
-#if wxUSE_DRAGIMAG
+#if wxUSE_DRAGIMAGE
#if defined(__WIN95__)
// 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;
#endif
// __WIN95__
-#endif // wxUSE_DRAGIMAG
+#endif // wxUSE_DRAGIMAGE