[GRASS-SVN] r36396 - grass/branches/develbranch_6/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 16 16:37:11 EDT 2009


Author: neteler
Date: 2009-03-16 16:37:10 -0400 (Mon, 16 Mar 2009)
New Revision: 36396

Modified:
   grass/branches/develbranch_6/lib/init/file_option.tcl
Log:
fixed missing variable which crashed location creation dialog

Modified: grass/branches/develbranch_6/lib/init/file_option.tcl
===================================================================
--- grass/branches/develbranch_6/lib/init/file_option.tcl	2009-03-16 18:07:23 UTC (rev 36395)
+++ grass/branches/develbranch_6/lib/init/file_option.tcl	2009-03-16 20:37:10 UTC (rev 36396)
@@ -45,6 +45,7 @@
 namespace eval fileOpt {
 	variable fileLocation ;#name of new location to be created
 	variable filepath  ;#path to georeferenced file
+	variable dtnum ;#datum transformation number
 	global env
 	global database 
 	global mingw ;#test to see if we are running a windows version in mingw



More information about the grass-commit mailing list