15 |
|
|
16 |
from Thuban import _ |
from Thuban import _ |
17 |
from Thuban.version import versions |
from Thuban.version import versions |
18 |
|
from Thuban.Model.resource import gdal_support_status |
19 |
|
|
20 |
class About(wxDialog): |
class About(wxDialog): |
21 |
|
|
57 |
text+= '\t%s %s\n' % (name, version) |
text+= '\t%s %s\n' % (name, version) |
58 |
text += '\n' |
text += '\n' |
59 |
|
|
60 |
|
if gdal_support_status: |
61 |
|
text += gdal_support_status + "\n\n" |
62 |
|
|
63 |
text += _('Compiled for:\n') |
text += _('Compiled for:\n') |
64 |
|
|
65 |
for name, version in direct_modules: |
for name, version in direct_modules: |