[GRASS-SVN] r37448 - grass/branches/releasebranch_6_4/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 24 20:34:03 EDT 2009
Author: hamish
Date: 2009-05-24 20:34:03 -0400 (Sun, 24 May 2009)
New Revision: 37448
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
Log:
About cosmetics (merge from devbr6)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py 2009-05-24 21:58:08 UTC (rev 37447)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py 2009-05-25 00:34:03 UTC (rev 37448)
@@ -547,9 +547,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