]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/docs/readme.txt
blind compilation fix for daily builds error
[wxWidgets.git] / utils / configtool / docs / readme.txt
index a343eda27a7ead4426a8b994b801c5acf94e5317..071b2e2e5066957cd89904969c736df8b24fd535 100644 (file)
@@ -1,28 +1,28 @@
-Welcome to wxWindows Configuration Tool!
+Welcome to wxWidgets Configuration Tool!
 =============================================
 
-wxWindows Configuration Tool is a tool for
-helping to configure wxWindows.
+wxWidgets Configuration Tool is a tool for
+helping to configure wxWidgets.
 
 For further information, please see the manual, and the
 following site:
 
-http://www.wxwindows.org
+http://www.wxwidgets.org
 
 ------------------------------------------------------
-Installing wxWindows Configuration Tool on Windows
+Installing wxWidgets Configuration Tool on Windows
 ------------------------------------------------------
 
 Run wxconfigtool-x.yz-setup.exe and follow the instructions
-to install wxWindows Configuration Tool.
+to install wxWidgets Configuration Tool.
 
 You should find a shortcut on your desktop, and you can
 also find it in a group similar to this:
 
-Start -> Program Files -> wxWindows Configuration Tool x.y
+Start -> Program Files -> wxWidgets Configuration Tool x.y
 
 ------------------------------------------------------
-Installing wxWindows Configuration Tool on Unix
+Installing wxWidgets Configuration Tool on Unix
 ------------------------------------------------------
 
 Unarchive wxconfigtool-x.yz.tar.gz to a suitable location
@@ -31,7 +31,7 @@ in your filesystem. A directory of the form wxconfigtool-x.yz
 
 Add the location to your PATH and run the application with
 'wxconfigtool'. You may wish to set the environment variable
-WXCONFIGTOOLDIR so that wxWindows Configuration Tool can find its data files.
+WXCONFIGTOOLDIR so that wxWidgets Configuration Tool can find its data files.
 
 For example:
 
@@ -46,12 +46,12 @@ script in a location already on your PATH, such as
 /usr/local/bin. For example:
 
   #!/bin/sh
-  # Invokes wxWindows Configuration Tool
+  # Invokes wxWidgets Configuration Tool
   export WXCONFIGTOOLDIR=/home/mydir/wxconfigtool-1.01
   $WXCONFIGTOOLDIR/wxconfigtool $*
 
-If you wish to associate the wxWindows Configuration Tool file extension
-(pjd) with wxWindows Configuration Tool, you will need to edit your
+If you wish to associate the wxWidgets Configuration Tool file extension
+(pjd) with wxWidgets Configuration Tool, you will need to edit your
 ~/.mailcap file (or create one if it doesn't exist)
 and add an entry similar to this:
 
@@ -60,7 +60,7 @@ and add an entry similar to this:
 and add this ~/.mime.types:
     
     type=application/wxconfigtool \
-    desc="wxWindows Configuration Tool Document" \
+    desc="wxWidgets Configuration Tool Document" \
     exts="pjd"