X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdialogs.h;h=2cda008ed92dbe847d9910b468771ba41ddc1741;hb=c64771ab78d25f0cbfbaac2456c8790c786a7a68;hp=79264ffbd52f1397f7f1f08e24178e2786439f5d;hpb=9bd89ec66ff2d0cbe188730fbcad67df4e19c9b5;p=ctsim.git diff --git a/src/dialogs.h b/src/dialogs.h index 79264ff..2cda008 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$ ** ** 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();