/[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 1628 by jan, Fri Aug 22 12:53:41 2003 UTC revision 1631 by bh, Fri Aug 22 16:01:14 2003 UTC
# Line 41  class About(wxDialog): Line 41  class About(wxDialog):
41                          ('Python',   versions['python']),                          ('Python',   versions['python']),
42                          ('PySQLite', versions['pysqlite']),                          ('PySQLite', versions['pysqlite']),
43                          ('SQLite',  versions['sqlite']),                          ('SQLite',  versions['sqlite']),
44                          ('GDAL',     versions.get('gdal',_('- not available')))]                          ('GDAL', versions.get('gdal', _('- not available'))),
45                            ('psycopg', versions.get('psycopg',
46                                                     _('- not available')))]
47          direct_modules = [ \          direct_modules = [ \
48                  ('GTK',      versions.get('gtk', _('- not available'))),                  ('GTK',      versions.get('gtk', _('- not available'))),
49                  ('proj',     versions['proj']) ]                  ('proj',     versions['proj']) ]

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26