[GRASS-SVN] r33193 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 1 08:32:29 EDT 2008


Author: martinl
Date: 2008-09-01 08:32:29 -0400 (Mon, 01 Sep 2008)
New Revision: 33193

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
Log:
wxGUI: atcorr added to the menu, trac #272


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py	2008-09-01 12:29:06 UTC (rev 33192)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menudata.py	2008-09-01 12:32:29 UTC (rev 33193)
@@ -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