mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Added 'sponsor us' tip
git-svn-id: http://svn.osgeo.org/qgis/trunk@15362 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
8398244065
commit
ecdf34101c
@ -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(""
|
||||
|
Loading…
x
Reference in New Issue
Block a user