[GRASS-SVN] r36397 - grass/branches/releasebranch_6_4/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 16 16:37:27 EDT 2009
Author: neteler
Date: 2009-03-16 16:37:27 -0400 (Mon, 16 Mar 2009)
New Revision: 36397
Modified:
grass/branches/releasebranch_6_4/lib/init/file_option.tcl
Log:
fixed missing variable which crashed location creation dialog
Modified: grass/branches/releasebranch_6_4/lib/init/file_option.tcl
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/file_option.tcl 2009-03-16 20:37:10 UTC (rev 36396)
+++ grass/branches/releasebranch_6_4/lib/init/file_option.tcl 2009-03-16 20:37:27 UTC (rev 36397)
@@ -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