[GRASS-SVN] r34682 - grass/branches/develbranch_6/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 2 15:44:02 EST 2008
Author: martinl
Date: 2008-12-02 15:44:02 -0500 (Tue, 02 Dec 2008)
New Revision: 34682
Modified:
grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
wxGUI: about dialog - revision - first step
Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py 2008-12-02 20:42:42 UTC (rev 34681)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py 2008-12-02 20:44:02 UTC (rev 34682)
@@ -492,6 +492,8 @@
def OnAboutGRASS(self, event):
"""Display 'About GRASS' dialog"""
info = wx.AboutDialogInfo()
+
+ rev = "$Revision$"
# name
info.SetName("GRASS GIS")
# version
More information about the grass-commit
mailing list