X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdialogs.h;h=77145625d532cc83585c367dd08d6c040e1fbf4a;hb=87f312d59cabca5080b481a20314601ea476c4be;hp=79264ffbd52f1397f7f1f08e24178e2786439f5d;hpb=9bd89ec66ff2d0cbe188730fbcad67df4e19c9b5;p=ctsim.git diff --git a/src/dialogs.h b/src/dialogs.h index 79264ff..7714562 100644 --- a/src/dialogs.h +++ b/src/dialogs.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: dialogs.h,v 1.38 2001/09/24 11:46:17 kevin Exp $ +** $Id: dialogs.h,v 1.39 2003/03/15 10:27:30 kevin Exp $ ** ** 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 @@ -393,7 +393,7 @@ class DialogGetConvertPolarParameters : public wxDialog public: DialogGetConvertPolarParameters (wxWindow* pParent, const char* const pszTitle, int iDefaultXSize = 0, int iDefaultYSize = 0, int iDefaultInterpolationID = Projections::POLAR_INTERP_BILINEAR, - int iDefaultZeropad = 1, int iHelpID = IDH_DLG_POLAR); + int iDefaultZeropad = 3, int iHelpID = IDH_DLG_POLAR); virtual ~DialogGetConvertPolarParameters (); unsigned int getXSize();