[GRASS-SVN] r43191 - grass/trunk/general/g.gui

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 21 23:07:28 EDT 2010


Author: hamish
Date: 2010-08-22 03:07:28 +0000 (Sun, 22 Aug 2010)
New Revision: 43191

Modified:
   grass/trunk/general/g.gui/main.c
Log:
more feedback that the GUI is starting (may take a while on older systems) (merge from devbr6)

Modified: grass/trunk/general/g.gui/main.c
===================================================================
--- grass/trunk/general/g.gui/main.c	2010-08-22 03:04:56 UTC (rev 43190)
+++ grass/trunk/general/g.gui/main.c	2010-08-22 03:07:28 UTC (rev 43191)
@@ -101,7 +101,7 @@
 	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, "wxpython") == 0) {
 	sprintf(progname, "%s/etc/gui/wxpython/wxgui.py", G_gisbase());



More information about the grass-commit mailing list