diff --git a/PROVENANCE b/PROVENANCE index 9f45d68158d..3959e5f09c2 100644 --- a/PROVENANCE +++ b/PROVENANCE @@ -114,6 +114,7 @@ Copyright (C) Navel Ltd., LGPL * Tools.cc === src/plugins/grid_maker === +NOTE: These files have since been removed from SVN: * shapefile.h Copyright (c) 1999, Frank Warmerdam, MIT or LGPL * utils.h **Taken from txt2dbf 1.0.2 by Frank Koormann, see http://www.usf.uni-osnabrueck.de/~fkoorman/software/dbftools.en.html. Licensed as "The program is free of charge as well as the source" but no license is mentioned diff --git a/src/designer/README.txt b/src/designer/README.txt index 4b44d8f8be7..7988cfa0f42 100644 --- a/src/designer/README.txt +++ b/src/designer/README.txt @@ -5,8 +5,8 @@ Notes on the useage of the QGIS custom designer plugins Introduction: -The purpose of the QGIS designer plugins is to all third -party developers to create GIS enabled QT4 based applications +The purpose of the QGIS designer plugins is to enable all third +party developers to create GIS enabled Qt4 based applications with minimal programming. The idea being that you use the standard Qt4 Designer GUI design tool to create your user interface and then add map canvas, legend, projection selector @@ -41,6 +41,6 @@ plugins at startup: Additional Notes: If you built Qt4 in debug mode then the designer plugins must also -be build in debug mode or they will be ignored. The converse is also +be built in debug mode or they will be ignored. The converse is also true.