Merge changes from Debian Med packaging of 5.2.0-4
[ctsim.git] / src / dlgezplot.cpp
index 086a21f8113670ef0294d9aa144921b5e784e8aa..17fe68f7101765619b2f8647f619d38867b9d574 100644 (file)
@@ -102,8 +102,8 @@ EZPlotControl::OnPaint (wxPaintEvent& event)
 
 
 wxEZPlotDialog::wxEZPlotDialog (wxWindow *parent, bool bCancelButton)
-: wxDialog((parent ? parent : theApp->getMainFrame()), -1, _T("EZPlot"), wxDefaultPosition, wxDefaultSize, wxDIALOG_MODAL),
-  m_parentTop(0)
+  : wxDialog((parent ? parent : theApp->getMainFrame()), -1, _T("EZPlot")),
+    m_parentTop(0)
 {
   if (! parent)
     parent = theApp->getMainFrame();