[GRASS-SVN] r34683 - grass/branches/develbranch_6/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 2 15:46:38 EST 2008
Author: martinl
Date: 2008-12-02 15:46:38 -0500 (Tue, 02 Dec 2008)
New Revision: 34683
Modified:
grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
wxGUI: about dialog - revision - updated
Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py 2008-12-02 20:44:02 UTC (rev 34682)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py 2008-12-02 20:46:38 UTC (rev 34683)
@@ -503,7 +503,7 @@
copyrightFile = open(os.path.join(os.getenv("GISBASE"), "COPYING"), 'r')
copyrightOut = []
copyright = copyrightFile.readlines()
- info.SetCopyright(wordwrap(''.join(copyright[:11] + copyright[26:-3]),
+ info.SetCopyright(rev + '\n\n' + wordwrap(''.join(copyright[:11] + copyright[26:-3]),
550, wx.ClientDC(self)))
copyrightFile.close()
# website
More information about the grass-commit
mailing list