/[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 2642 by bh, Fri Jul 1 20:49:04 2005 UTC revision 2691 by bernhard, Thu Aug 31 12:40:30 2006 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 51  class About(wxDialog): Line 49  class About(wxDialog):
49                          ( _('Russian'), 'Alex Shevlakov'),                          ( _('Russian'), 'Alex Shevlakov'),
50                          ( _('Spanish'), 'Daniel Calvelo Aros') ]                          ( _('Spanish'), 'Daniel Calvelo Aros') ]
51          other_contributors = [ 'Jonathan Byron',          other_contributors = [ 'Jonathan Byron',
52                                   'Didrik Pinte',
53                                 'Ole Rahn',                                 'Ole Rahn',
54                                 'Silke Reimer' ]                                 'Silke Reimer' ]
55          dyn_modules = [ ('wxPython', versions['wxPython']),          dyn_modules = [ ('wxPython', versions['wxPython']),
# Line 72  class About(wxDialog): Line 71  class About(wxDialog):
71              text+= '\t%s %s\n' % (name, version)              text+= '\t%s %s\n' % (name, version)
72          text += '\n'          text += '\n'
73    
74            text += _('\tInternal encoding: %s\n') % get_internal_encoding()
75            text += '\n'
76    
77          if gdal_support_status:          if gdal_support_status:
78              text += gdal_support_status + "\n\n"              text += gdal_support_status + "\n\n"
79    
# Line 136  class About(wxDialog): Line 138  class About(wxDialog):
138    
139          text_title = wxStaticText(self, -1,          text_title = wxStaticText(self, -1,
140              _("Thuban is a program for exploring geographic data.\n\n") +              _("Thuban is a program for exploring geographic data.\n\n") +
141              "Copyright 2001-2004 Intevation GmbH.\n" +              "Copyright 2001-2006 Intevation GmbH.\n" +
142              _("Thuban is licensed under the GNU GPL"),              _("Thuban is licensed under the GNU GPL"),
143                                    style=wxST_NO_AUTORESIZE|wxALIGN_CENTRE)                                    style=wxST_NO_AUTORESIZE|wxALIGN_CENTRE)
144    

Legend:
Removed from v.2642  
changed lines
  Added in v.2691

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26