/[thuban]/trunk/thuban/Thuban/UI/about.py
ViewVC logotype

Diff of /trunk/thuban/Thuban/UI/about.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1631 by bh, Fri Aug 22 16:01:14 2003 UTC revision 1964 by bh, Wed Nov 19 19:48:47 2003 UTC
# Line 15  from wxPython.wx import * Line 15  from wxPython.wx import *
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    
# Line 56  class About(wxDialog): Line 57  class About(wxDialog):
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:

Legend:
Removed from v.1631  
changed lines
  Added in v.1964

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26