[GRASS-SVN] r34684 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 2 15:47:04 EST 2008


Author: martinl
Date: 2008-12-02 15:47:04 -0500 (Tue, 02 Dec 2008)
New Revision: 34684

Modified:
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
wxGUI: about dialog - revision - fix indent

Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2008-12-02 20:46:38 UTC (rev 34683)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2008-12-02 20:47:04 UTC (rev 34684)
@@ -504,7 +504,7 @@
         copyrightOut = []
         copyright = copyrightFile.readlines()
         info.SetCopyright(rev + '\n\n' + wordwrap(''.join(copyright[:11] + copyright[26:-3]),
-                                   550, wx.ClientDC(self)))
+                                                  550, wx.ClientDC(self)))
         copyrightFile.close()
         # website
         info.SetWebSite(("http://grass.osgeo.org", "The official GRASS site"))



More information about the grass-commit mailing list