Merge changes from Debian Med packaging of 5.2.0-4
[ctsim.git] / src / dlgezplot.cpp
index 1be642e2b3dc2be7c3ea5fc988f2c55f04a39e39..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),
-  m_parentTop(0)
+  : wxDialog((parent ? parent : theApp->getMainFrame()), -1, _T("EZPlot")),
+    m_parentTop(0)
 {
   if (! parent)
     parent = theApp->getMainFrame();