Browse Source

icon themes already noted in manual page

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39268 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 years ago
parent
commit
075e4cfbcc
1 changed files with 2 additions and 13 deletions
  1. 2 13
      gui/wxpython/README

+ 2 - 13
gui/wxpython/README

@@ -138,20 +138,9 @@ environment variable, e.g.
 $ export GRASS_WX_DEBUG=3
 
 
-6 - ICON THEMES
+6 - EXTENSIONS - VECTOR DIGITIZER AND 3D VIEWER
 
-Currently two icon themes are available:
-
-    * original GRASS (based on TCL/TK GUI prototype)
-    * Silk-based (default)
-
-User can change icon theme in Preferences dialog
-('Config->Preferences').
-
-
-7 - VECTOR DIGITIZER
-
-To enable digitizer you need to compile 'vdigit'
+To enable digitizer you need to compile 'vdigit' or 'nviz'
 component. Note that you must configure GRASS with C++ (--with-cxx),
 Python (--with-python) and wxWidgets (--with-wxwidgets) support.