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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Mar 6 08:54:05 EST 2011


Author: timlinux
Date: 2011-03-06 05:54:05 -0800 (Sun, 06 Mar 2011)
New Revision: 15362

Modified:
   trunk/qgis/src/app/qgstipfactory.cpp
Log:
Added 'sponsor us' tip

Modified: trunk/qgis/src/app/qgstipfactory.cpp
===================================================================
--- trunk/qgis/src/app/qgstipfactory.cpp	2011-03-06 13:52:21 UTC (rev 15361)
+++ trunk/qgis/src/app/qgstipfactory.cpp	2011-03-06 13:54:05 UTC (rev 15362)
@@ -179,6 +179,18 @@
                       " choice is used."
         ));
   addGuiTip(myTip);
+  // by Tim
+  myTip.setTitle(tr("Sponsor QGIS"));
+  myTip.setContent(tr("If QGIS is saving you money or you like our work and"
+        " have the financial ability to help, please consider sponsoring the"
+        " development of Quantum GIS. We use money from sponsors to pay for"
+        " travel and costs related to our bi-annual hackfests, and to generally"
+        " support the goals of our project.  Please see the <a"
+        " href=\"http://qgis.org/en/sponsorship.html\">QGIS Sponsorship Web"
+        " Page</a> for more details." 
+        ));
+  addGenericTip(myTip);
+
   /* Template for adding more tips
   myTip.setTitle(tr(""));
   myTip.setContent(tr(""



More information about the QGIS-commit mailing list