5 |
# |
# |
6 |
# This program is free software under the GPL (>=v2) |
# This program is free software under the GPL (>=v2) |
7 |
# Read the file COPYING coming with Thuban for details. |
# Read the file COPYING coming with Thuban for details. |
8 |
|
|
9 |
|
"""Projection dialog""" |
10 |
|
|
11 |
|
__version__ = "$Revision$" |
12 |
|
# $Source$ |
13 |
|
# $Id$ |
14 |
|
|
15 |
import os, sys, math |
import os, sys, math |
16 |
from wxPython.wx import * |
from wxPython.wx import * |
17 |
|
|
377 |
if proj is None: |
if proj is None: |
378 |
# user selected <None> |
# user selected <None> |
379 |
self.projname.Clear() |
self.projname.Clear() |
380 |
|
self.projfilepath.SetLabel(_("Projection File: ")) |
381 |
else: |
else: |
382 |
|
|
383 |
if projfile is not None: |
if projfile is not None: |