[QGIS Commit] r15202 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Feb 18 13:58:55 EST 2011


Author: alexbruy
Date: 2011-02-18 10:58:55 -0800 (Fri, 18 Feb 2011)
New Revision: 15202

Modified:
   trunk/qgis/src/app/qgstipfactory.cpp
Log:
fix typo in tip (replace openModeller with Quantum GIS)


Modified: trunk/qgis/src/app/qgstipfactory.cpp
===================================================================
--- trunk/qgis/src/app/qgstipfactory.cpp	2011-02-18 16:15:08 UTC (rev 15201)
+++ trunk/qgis/src/app/qgstipfactory.cpp	2011-02-18 18:58:55 UTC (rev 15202)
@@ -22,12 +22,12 @@
 #include "qgstipfactory.h"
 #include <QTime>
 //for rand & srand
-#include <cstdlib> 
+#include <cstdlib>
 
 
 QgsTipFactory::QgsTipFactory() : QObject()
 {
-  // Im just doing this in a simple way so 
+  // Im just doing this in a simple way so
   // its easy for translators...later
   // it its worth the time Ill move this data
   // into a sqlite database...
@@ -36,8 +36,8 @@
   myTip.setContent(tr("Quantum GIS is open source software."
         " This means that the software source code can be freely viewed "
         " and modified. The GPL places a restriction that any modifications "
-        " you make must be made available to the openModeller project, and "
-        " that you can not create a new version of openModeller under a "
+        " you make must be made available to the Quantum GIS project, and "
+        " that you can not create a new version of Quantum GIS under a "
         " 'closed source' license. Visit <a href=\"http://qgis.org\">"
         " the QGIS home page (http://qgis.org)</a> for more"
         " information."));



More information about the QGIS-commit mailing list