Преглед изворни кода

wxGUI/pyedit: svn propset, file header, typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67986 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras пре 9 година
родитељ
комит
3711313d01
1 измењених фајлова са 13 додато и 1 уклоњено
  1. 13 1
      gui/wxpython/gui_core/pyedit.py

+ 13 - 1
gui/wxpython/gui_core/pyedit.py

@@ -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 sys
 import os
 import os
 import stat
 import stat
@@ -436,7 +448,7 @@ class PyEditToolbar(BaseToolbar):
             'save': MetaIcon(img='save',
             'save': MetaIcon(img='save',
                              label=_('Save (Ctrl+S)')),
                              label=_('Save (Ctrl+S)')),
             'run': MetaIcon(img='execute',
             'run': MetaIcon(img='execute',
-                            label=_('Run (Ctrl+R')),
+                            label=_('Run (Ctrl+R)')),
         }
         }
 
 
         return self._getToolbarData((('open', icons['open'],
         return self._getToolbarData((('open', icons['open'],