X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdlgezplot.cpp;h=17fe68f7101765619b2f8647f619d38867b9d574;hb=dca8d386ab6a4e33050b456cff4547d6adfdf249;hp=a54d18edf0898a1f377e765d53a0d812b195070e;hpb=f7ee98f7d964ed361068179f0e7ea4475ed1abdf;p=ctsim.git diff --git a/src/dlgezplot.cpp b/src/dlgezplot.cpp index a54d18e..17fe68f 100644 --- a/src/dlgezplot.cpp +++ b/src/dlgezplot.cpp @@ -7,9 +7,7 @@ ** Date Started: Jan 2001 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -104,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();