[GRASS-SVN] r67986 - in grass/trunk/gui/wxpython: gui_core xml

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 2 06:54:10 PST 2016


Author: wenzeslaus
Date: 2016-03-02 06:54:09 -0800 (Wed, 02 Mar 2016)
New Revision: 67986

Modified:
   grass/trunk/gui/wxpython/gui_core/pyedit.py
   grass/trunk/gui/wxpython/xml/menudata_pyedit.xml
Log:
wxGUI/pyedit: svn propset, file header, typo

Modified: grass/trunk/gui/wxpython/gui_core/pyedit.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/pyedit.py	2016-03-01 23:25:45 UTC (rev 67985)
+++ grass/trunk/gui/wxpython/gui_core/pyedit.py	2016-03-02 14:54:09 UTC (rev 67986)
@@ -1,3 +1,15 @@
+"""GRASS GIS Simple Python Editor
+
+Copyright (C) 2016 by the GRASS Development Team
+
+This program is free software under the GNU General Public
+License (>=v2). Read the file COPYING that comes with GRASS GIS
+for details.
+
+:authors: Vaclav Petras
+:authors: Martin Landa
+"""
+
 import sys
 import os
 import stat
@@ -436,7 +448,7 @@
             'save': MetaIcon(img='save',
                              label=_('Save (Ctrl+S)')),
             'run': MetaIcon(img='execute',
-                            label=_('Run (Ctrl+R')),
+                            label=_('Run (Ctrl+R)')),
         }
 
         return self._getToolbarData((('open', icons['open'],


Property changes on: grass/trunk/gui/wxpython/gui_core/pyedit.py
___________________________________________________________________
Added: svn:mime-type
   + text/x-python
Added: svn:eol-style
   + native


Property changes on: grass/trunk/gui/wxpython/xml/menudata_pyedit.xml
___________________________________________________________________
Added: svn:mime-type
   + text/xml
Added: svn:eol-style
   + native



More information about the grass-commit mailing list