]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialup.cpp
Fixed mouse handling for captured windows
[wxWidgets.git] / src / msw / dialup.cpp
index e76a06c34b22518c1c27b55b6439a7873db28bbc..e8480bd8a34fec5b79c70f047819e5d213e496e7 100644 (file)
@@ -1086,8 +1086,8 @@ bool wxDialUpManagerMSW::EnableAutoCheckOnlineStatus(size_t nSeconds)
     {
         // create a hidden window to receive notification about connections
         // status change
-        extern const wxChar *wxPanelClassName;
-        ms_hwndRas = ::CreateWindow(wxPanelClassName, NULL,
+        extern const wxChar *wxCanvasClassName;
+        ms_hwndRas = ::CreateWindow(wxCanvasClassName, NULL,
                                     0, 0, 0, 0,
                                     0, NULL,
                                     (HMENU)NULL, wxGetInstance(), 0);