/[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 2725 by bernhard, Tue Feb 20 10:36:20 2007 UTC revision 2775 by bernhard, Fri Jun 22 22:26:33 2007 UTC
# Line 1  Line 1 
1  # Copyright (c) 2001-2007 by Intevation GmbH  # Copyright (c) 2001-2007 by Intevation GmbH
2    # vim: set fileencoding=ISO-8859-15 :
3  # Authors:  # Authors:
4  # Jonathan Coles <[email protected]>  # Jonathan Coles <[email protected]>
5  # Bernhard Reiter <[email protected]>  # Bernhard Reiter <[email protected]>
# Line 147  class About(wx.Dialog): Line 148  class About(wx.Dialog):
148          text_title = wx.StaticText(self, -1,          text_title = wx.StaticText(self, -1,
149              _("Thuban is a program for exploring geographic data.\n\n") +              _("Thuban is a program for exploring geographic data.\n\n") +
150              "Copyright 2001-2007 Intevation GmbH.\n" +              "Copyright 2001-2007 Intevation GmbH.\n" +
151              _("Thuban is licensed under the GNU GPL"),              _("Thuban is licensed under the GNU GPL v>=2"),
152                                    style=wx.ST_NO_AUTORESIZE|wx.ALIGN_CENTRE)                                    style=wx.ST_NO_AUTORESIZE|wx.ALIGN_CENTRE)
153    
154          textBox = wx.TextCtrl(self, -1, text,          textBox = wx.TextCtrl(self, -1, text,

Legend:
Removed from v.2725  
changed lines
  Added in v.2775

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26