[GRASS-SVN] r35805 -
grass/branches/releasebranch_6_4/gui/wxpython/nviz
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 8 10:09:13 EST 2009
Author: martinl
Date: 2009-02-08 10:09:13 -0500 (Sun, 08 Feb 2009)
New Revision: 35805
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/nviz/init.cpp
Log:
wxGUI: wxnviz verbosity set to 0 (trac #480)
TODO: redirect message to the GUI window
Modified: grass/branches/releasebranch_6_4/gui/wxpython/nviz/init.cpp
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/nviz/init.cpp 2009-02-08 15:01:36 UTC (rev 35804)
+++ grass/branches/releasebranch_6_4/gui/wxpython/nviz/init.cpp 2009-02-08 15:09:13 UTC (rev 35805)
@@ -53,6 +53,9 @@
glCanvas = NULL;
G_debug(1, "Nviz::Nviz()");
+
+ // TODO: redirect messages to the GUI window
+ G_set_verbose(0);
}
/*!
More information about the grass-commit
mailing list