Browse Source

wxgrass -> wxGUI
(merge from devbr6, https://trac.osgeo.org/grass/changeset/34362)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34363 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 years ago
parent
commit
83a0c33a67
2 changed files with 12 additions and 10 deletions
  1. 11 9
      lib/init/helptext.html
  2. 1 1
      raster/rasterintro.html

+ 11 - 9
lib/init/helptext.html

@@ -38,8 +38,10 @@ time with a new LOCATION.
 Each LOCATION can have many MAPSETs. Each MAPSET is a LOCATION's
 subdirectory. New MAPSET can be added at GRASS startup. To remove a
 MAPSET, remove it's directory using your file manager or by <br>
-<tt>rm -rf /path/to/the/mapset_to_delete</tt>. The 'wxgrass' graphical
-user interface provides options to rename/remove LOCATIONs and MAPSETs.
+<tt>rm -rf
+/path/to/the/mapset_to_delete</tt>. The <a href="wxGUI.html">wxGUI</a>
+graphical user interface provides options to rename/remove LOCATIONs
+and MAPSETs.
 
 <p>
 <IMG SRC="help_loc_struct.png" ALT="[GRASS Location structure]">
@@ -158,13 +160,13 @@ Now the project area, i.e. the location including a mapset, has been
 created. You have "arrived" in the GRASS system and can start working
 within this new location.
 
-<h3>B) Create New Location with text screen</h3>
-The "wxgrass" graphical user interface provides a graphical "Location Wizard"
-instead which let's you easily create a new LOCATION. You will be
-guided through a series of dialogues to browse and select
-predefined projections (also via EPSG code) or to define individual
-projections. The rules to define the resolution as described above
-also apply here.
+<h3>B) Create New Location with wxGUI</h3>
+The <a href="wxGUI.html">wxGUI</a> graphical user interface provides a
+graphical "Location Wizard" instead which let's you easily create a
+new LOCATION. You will be guided through a series of dialogues to
+browse and select predefined projections (also via EPSG code) or to
+define individual projections. The rules to define the resolution as
+described above also apply here.
 
 
 <H2>Further Reading</H2>

+ 1 - 1
raster/rasterintro.html

@@ -76,7 +76,7 @@ and other export modules are available. They export the data according
 to the current region settings. If those differ from the original map,
 the map is resampled on the fly (nearest neighbor algorithm). In other
 words, the output will have as many rows and columns as the current region.
-To export maps with various grid spacings(e.g, 500x500 or 200x500), you
+To export maps with various grid spacings (e.g, 500x500 or 200x500), you
 can just change the region resolution with <a href="g.region.html">g.region</a>
 and then export the map. The resampling is done with nearest neighbor
 algorithm in this case. If you want some other form of resampling,