[GRASS-SVN] r39058 - grass/trunk/gui/wxpython/docs
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 7 03:59:17 EDT 2009
Author: martinl
Date: 2009-09-07 03:59:17 -0400 (Mon, 07 Sep 2009)
New Revision: 39058
Modified:
grass/trunk/gui/wxpython/docs/wxGUI.html
Log:
don't mix uppercase with lowercase tags
Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html 2009-09-07 07:57:39 UTC (rev 39057)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html 2009-09-07 07:59:17 UTC (rev 39058)
@@ -235,33 +235,33 @@
<em>Add grid or vector labels overlay</em></dt>
<dd>opens a dropdown menu that allows user to select to:<br>
-<UL>
-<LI><dt><img src="icons/grass2/layer-grid-add.png">
- <img src="icons/grass/module-d.grid.gif">
- <em>Add overlay grids and lines</em></dt>
- <dd>Adds layer to display regular grid (for all locations)
- see <em><a href="d.grid.html">d.grid</a></em></dd>
+ <ul>
+ <li><dt><img src="icons/grass2/layer-grid-add.png">
+ <img src="icons/grass/module-d.grid.gif">
+ <em>Add overlay grids and lines</em></dt>
+ <dd>Adds layer to display regular grid (for all locations)
+ see <em><a href="d.grid.html">d.grid</a></em></dd></li>
-<LI><dt><img src="icons/grass2/layer-label-add.png">
- <img src="icons/grass/module-d.labels.gif">
- <em>Add labels layer for vector objects (from existing labels file)</em></dt>
- <dd>Add raster text layer from a labels file for vector objects
- created with the <em><a href="v.label.html">v.label</a></em> module
- (accessed from button in options panel). A labels file can also be
- created with a text editor, see <em><a href="d.labels.html">d.labels</a></em>.</dd>
+ <li><dt><img src="icons/grass2/layer-label-add.png">
+ <img src="icons/grass/module-d.labels.gif">
+ <em>Add labels layer for vector objects (from existing labels file)</em></dt>
+ <dd>Add raster text layer from a labels file for vector objects
+ created with the <em><a href="v.label.html">v.label</a></em> module
+ (accessed from button in options panel). A labels file can also be
+ created with a text editor, see <em><a href="d.labels.html">d.labels</a></em>.</dd></li>
-<LI><dt><img src="icons/grass2/layer-grid-add.png">
- <img src="icons/grass/module-d.grid.gif">
- <em>Add geodesic line layer</em></dt>
- <dd>Add layer to display geodesic line for latitude/longitude locations only,
- see <em><a href="d.geodesic.html">d.geodesic</a></em></dd>
+ <li><dt><img src="icons/grass2/layer-grid-add.png">
+ <img src="icons/grass/module-d.grid.gif">
+ <em>Add geodesic line layer</em></dt>
+ <dd>Add layer to display geodesic line for latitude/longitude locations only,
+ see <em><a href="d.geodesic.html">d.geodesic</a></em></dd></li>
-<LI><dt><img src="icons/grass2/layer-grid-add.png">
- <img src="icons/grass/module-d.grid.gif">
- <em>Add rhumbline layer</em>
- <dd>Add layer to display rhumblines (for latitude/longitude locations only),
- see <em><a href="d.rhumbline.html">d.rhumbline</a></em>.</dd>
-</UL>
+ <li><dt><img src="icons/grass2/layer-grid-add.png">
+ <img src="icons/grass/module-d.grid.gif">
+ <em>Add rhumbline layer</em>
+ <dd>Add layer to display rhumblines (for latitude/longitude locations only),
+ see <em><a href="d.rhumbline.html">d.rhumbline</a></em>.</dd></li>
+ </ul>
<dt><img src="icons/grass2/layer-remove.png">
<img src="icons/grass/edit-cut.gif">
More information about the grass-commit
mailing list