/[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 2647 by bh, Tue Jul 5 20:04:35 2005 UTC revision 2674 by bernhard, Wed Oct 19 08:56:47 2005 UTC
# Line 15  __version__ = "$Revision$" Line 15  __version__ = "$Revision$"
15    
16  from wxPython.wx import *  from wxPython.wx import *
17    
18  from locale import getdefaultlocale  from Thuban import _, internal_from_unicode, get_internal_encoding
   
 from Thuban import _, internal_from_unicode  
19  from Thuban.version import versions  from Thuban.version import versions
20  from Thuban.Model.resource import gdal_support_status  from Thuban.Model.resource import gdal_support_status
21    
# Line 72  class About(wxDialog): Line 70  class About(wxDialog):
70              text+= '\t%s %s\n' % (name, version)              text+= '\t%s %s\n' % (name, version)
71          text += '\n'          text += '\n'
72    
73            text += _('\tInternal encoding: %s\n') % get_internal_encoding()
74            text += '\n'
75    
76          if gdal_support_status:          if gdal_support_status:
77              text += gdal_support_status + "\n\n"              text += gdal_support_status + "\n\n"
78    

Legend:
Removed from v.2647  
changed lines
  Added in v.2674

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26