]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialog.cpp
Added wxToggleButton handler
[wxWidgets.git] / src / msw / dialog.cpp
index 5d86517ffd0a59e4d33637f7d7794d5ea53291f7..90f30bb4f6fd34c9fedfc37c62f45d69cdcfe5a4 100644 (file)
@@ -206,7 +206,7 @@ wxDialog::wxDialog(wxWindow *parent,
 {
     Init();
 
-    Create(parent, -1, title, wxPoint(x, y), wxSize(w, h), style, name);
+    Create(parent, wxID_ANY, title, wxPoint(x, y), wxSize(w, h), style, name);
 }
 
 void wxDialog::SetModal(bool WXUNUSED(flag))