Parent Directory
|
Revision Log
|
Patch
revision 506 by jonathan, Mon Mar 10 15:49:22 2003 UTC | revision 507 by jonathan, Mon Mar 10 17:36:42 2003 UTC | |
---|---|---|
# | Line 869 class SelectPropertiesDialog(wxDialog): | Line 869 class SelectPropertiesDialog(wxDialog): |
869 | ||
870 | def __init__(self, parent, prop, shapeType): | def __init__(self, parent, prop, shapeType): |
871 | wxDialog.__init__(self, parent, -1, _("Select Properties"), | wxDialog.__init__(self, parent, -1, _("Select Properties"), |
872 | style = wxRESIZE_BORDER) | style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER) |
873 | ||
874 | self.prop = ClassGroupProperties(prop) | self.prop = ClassGroupProperties(prop) |
875 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |