[GRASS-SVN] r36015 - grass/branches/releasebranch_6_4/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 21 11:40:14 EST 2009


Author: neteler
Date: 2009-02-21 11:40:14 -0500 (Sat, 21 Feb 2009)
New Revision: 36015

Modified:
   grass/branches/releasebranch_6_4/lib/gis/parser.c
Log:
added 'manual' to manual title

Modified: grass/branches/releasebranch_6_4/lib/gis/parser.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/parser.c	2009-02-21 16:31:56 UTC (rev 36014)
+++ grass/branches/releasebranch_6_4/lib/gis/parser.c	2009-02-21 16:40:14 UTC (rev 36015)
@@ -1507,7 +1507,7 @@
     fprintf(stdout,
 	    "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n");
     fprintf(stdout, "<html>\n<head>\n");
-    fprintf(stdout, "<title>GRASS GIS: %s</title>\n", pgm_name);
+    fprintf(stdout, "<title>GRASS GIS manual: %s</title>\n", pgm_name);
     fprintf(stdout,
 	    "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n");
     fprintf(stdout,



More information about the grass-commit mailing list