X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdialogs.h;h=9faf10f932a1fbcf82682b12f3fc6be178c8dc4f;hp=30eec421f1867254b49a576b9d5483f035dc221c;hb=5a6caa64e880f613b82e516031028d02fd127257;hpb=9ff5b5165b2c8871bd4b29ccd5ca794638414615 diff --git a/src/dialogs.h b/src/dialogs.h index 30eec42..9faf10f 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.35 2001/03/13 04:44:25 kevin Exp $ +** $Id: dialogs.h,v 1.36 2001/03/30 19:17:32 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 @@ -37,6 +37,7 @@ #include "procsignal.h" #include "filter.h" #include "projections.h" +#include "ctsim-map.h" class CTSimHelpButton : public wxButton @@ -389,7 +390,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 iDefaultZeropad = 1, int iHelpID = IDH_DLG_POLAR); virtual ~DialogGetConvertPolarParameters (); unsigned int getXSize();