Skip to content

Commit ecdf341

Browse files
author
timlinux
committed
Added 'sponsor us' tip
git-svn-id: http://svn.osgeo.org/qgis/trunk@15362 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8398244 commit ecdf341

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/app/qgstipfactory.cpp

+12
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,18 @@ QgsTipFactory::QgsTipFactory() : QObject()
179179
" choice is used."
180180
));
181181
addGuiTip(myTip);
182+
// by Tim
183+
myTip.setTitle(tr("Sponsor QGIS"));
184+
myTip.setContent(tr("If QGIS is saving you money or you like our work and"
185+
" have the financial ability to help, please consider sponsoring the"
186+
" development of Quantum GIS. We use money from sponsors to pay for"
187+
" travel and costs related to our bi-annual hackfests, and to generally"
188+
" support the goals of our project. Please see the <a"
189+
" href=\"http://qgis.org/en/sponsorship.html\">QGIS Sponsorship Web"
190+
" Page</a> for more details."
191+
));
192+
addGenericTip(myTip);
193+
182194
/* Template for adding more tips
183195
myTip.setTitle(tr(""));
184196
myTip.setContent(tr(""

0 commit comments

Comments
 (0)