X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdialogs.h;h=77145625d532cc83585c367dd08d6c040e1fbf4a;hp=79264ffbd52f1397f7f1f08e24178e2786439f5d;hb=6b2163676582e4d32020dc765b74cff3a1705d3c;hpb=63ef93d6bfd8039299bbf2733f054b378cfdcaa1 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();