File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,18 @@ QgsTipFactory::QgsTipFactory() : QObject()
179
179
" choice is used."
180
180
));
181
181
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
+
182
194
/* Template for adding more tips
183
195
myTip.setTitle(tr(""));
184
196
myTip.setContent(tr(""
You can’t perform that action at this time.
0 commit comments