[GRASS-SVN] r43179 - grass/branches/develbranch_6/general/g.gui
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 21 18:55:34 EDT 2010
Author: hamish
Date: 2010-08-21 22:55:34 +0000 (Sat, 21 Aug 2010)
New Revision: 43179
Modified:
grass/branches/develbranch_6/general/g.gui/main.c
Log:
more feedback that the GUI is starting (may take a while on older systems)
Modified: grass/branches/develbranch_6/general/g.gui/main.c
===================================================================
--- grass/branches/develbranch_6/general/g.gui/main.c 2010-08-21 12:14:52 UTC (rev 43178)
+++ grass/branches/develbranch_6/general/g.gui/main.c 2010-08-21 22:55:34 UTC (rev 43179)
@@ -100,7 +100,7 @@
if(nolaunch->answer)
exit(EXIT_SUCCESS);
- G_debug(1, "Attempting to start '%s' GUI ...", type->answer);
+ G_message(_("Launching '%s' GUI in the background, please wait ..."), type->answer);
if (strcmp(type->answer, "oldtcltk") == 0) {
#ifdef __MINGW32__
More information about the grass-commit
mailing list