Skip to content

Commit

Permalink
Added 'sponsor us' tip
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15362 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 6, 2011
1 parent 53db8a9 commit f26aa14
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/qgstipfactory.cpp
Expand Up @@ -179,6 +179,18 @@ QgsTipFactory::QgsTipFactory() : QObject()
" 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(""
Expand Down

0 comments on commit f26aa14

Please sign in to comment.