[GRASS-SVN] r33194 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 1 08:33:37 EDT 2008


Author: martinl
Date: 2008-09-01 08:33:37 -0400 (Mon, 01 Sep 2008)
New Revision: 33194

Modified:
   grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: atcorr added to the menu, trac #272
(merge from devbr6, r33193)


Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-09-01 12:32:29 UTC (rev 33193)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py	2008-09-01 12:33:37 UTC (rev 33194)
@@ -1703,6 +1703,10 @@
                                  "i.ifft"),
                                 )
                          ),
+                        (_("Atmospheric correction"),
+                         _("Performs atmospheric correction using the 6S algorithm."),
+                         "self.OnMenuCmd",
+                         "i.atcorr"),
                         ("","","", ""),
                         (_("Report and statistics"), (
 



More information about the grass-commit mailing list