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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 14 15:24:38 EDT 2011


Author: martinl
Date: 2011-10-14 12:24:38 -0700 (Fri, 14 Oct 2011)
New Revision: 48811

Modified:
   grass/trunk/general/g.gui/main.c
Log:
g.gui: message cosmetics (follow string convetions)


Modified: grass/trunk/general/g.gui/main.c
===================================================================
--- grass/trunk/general/g.gui/main.c	2011-10-14 19:16:22 UTC (rev 48810)
+++ grass/trunk/general/g.gui/main.c	2011-10-14 19:24:38 UTC (rev 48811)
@@ -101,7 +101,7 @@
 	exit(EXIT_SUCCESS);
 
 
-    G_message(_("Launching '%s' GUI in the background, please wait..."), 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