]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/numdlgg.cpp
scrolling code committed
[wxWidgets.git] / src / generic / numdlgg.cpp
index 41710aed9658a8752ad94df07d6bb0954f8d99cf..b5e06f98d6b25296f1c75e7d720c14337943b710 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     23.07.99
 // RCS-ID:      $Id$
 // Copyright:   (c) Vadim Zeitlin
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -82,8 +82,7 @@ wxNumberEntryDialog::wxNumberEntryDialog(wxWindow *parent,
                                          long max,
                                          const wxPoint& pos)
                    : wxDialog(parent, -1, caption,
-                              pos, wxDefaultSize,
-                              wxDEFAULT_DIALOG_STYLE | wxDIALOG_MODAL )
+                              pos, wxDefaultSize)
 {
     m_value = value;
     m_max = max;