]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed border style
authorJulian Smart <julian@anthemion.co.uk>
Sun, 17 Apr 2005 16:42:48 +0000 (16:42 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 17 Apr 2005 16:42:48 +0000 (16:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/dialogs/dialogs.cpp

index bdca3c2f0fd272f474cb41b4380296f92af48d1f..d6a012f9cabe7ca206588862ddc5801a56991e90 100644 (file)
@@ -1369,7 +1369,7 @@ SettingsDialog::SettingsDialog(wxWindow* win)
 {
     SetExtraStyle(wxDIALOG_EX_CONTEXTHELP|wxWS_EX_VALIDATE_RECURSIVELY);
 
-    Create(win, -1, _("Preferences"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
+    Create(win, -1, _("Preferences"), wxDefaultPosition, wxDefaultSize);
     CreateButtons(wxOK|wxCANCEL|wxHELP);
 
     wxBookCtrlBase* notebook = GetBookCtrl();