[GRASS-SVN] r37410 - grass/branches/develbranch_6/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 24 02:00:05 EDT 2009
Author: hamish
Date: 2009-05-24 02:00:05 -0400 (Sun, 24 May 2009)
New Revision: 37410
Modified:
grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
cosmetics
Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py 2009-05-23 19:33:16 UTC (rev 37409)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py 2009-05-24 06:00:05 UTC (rev 37410)
@@ -485,9 +485,9 @@
copyrightFile = open(os.path.join(os.getenv("GISBASE"), "COPYING"), 'r')
copyrightOut = []
copyright = copyrightFile.readlines()
- info.SetCopyright('GIS Library: '+ svn_gis_h_rev + '(' + svn_gis_h_date.split(' ')[1] + ')' +
+ info.SetCopyright('GIS Library '+ svn_gis_h_rev + '(' + svn_gis_h_date.split(' ')[1] + ')' +
'\n\n' + wordwrap(''.join(copyright[:11] + copyright[26:-3]),
- 550, wx.ClientDC(self)))
+ 575, wx.ClientDC(self)))
copyrightFile.close()
# website
info.SetWebSite(("http://grass.osgeo.org", _("The official GRASS site")))
More information about the grass-commit
mailing list