Parent Directory
|
Revision Log
|
Patch
revision 903 by jonathan, Wed May 14 11:16:28 2003 UTC | revision 964 by jonathan, Wed May 21 17:24:09 2003 UTC | |
---|---|---|
# | Line 888 class GeoPanel(ProjPanel): | Line 888 class GeoPanel(ProjPanel): |
888 | def __init__(self, parent, receiver): | def __init__(self, parent, receiver): |
889 | ProjPanel.__init__(self, parent) | ProjPanel.__init__(self, parent) |
890 | ||
891 | self.__choices = [(_("Radians"), "1"), | self.__choices = [(_("Degrees"), "0.017453"), |
892 | (_("Degrees"), "0.017453")] | (_("Radians"), "1")] |
893 | ||
894 | self.__scale = wxChoice(self, -1) | self.__scale = wxChoice(self, -1) |
895 | for choice, value in self.__choices: | for choice, value in self.__choices: |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |