File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,16 @@ QgsTipFactory::QgsTipFactory() : QObject()
190
190
" Page</a> for more details."
191
191
) );
192
192
addGenericTip ( myTip );
193
+ // by gsherman
194
+ myTip.setTitle ( tr ( " Quantum GIS has Plugins!" ) );
195
+ myTip.setContent ( tr ( " Quantum GIS has plugins that extend its functionality."
196
+ " QGIS ships with some core plugins you can explore from the"
197
+ " Plugins->Manage Plugins menu. In addition there are over 150"
198
+ " Python plugins contributed by the user community that can be"
199
+ " installed from the Plugins->Fetch Python Plugins menu."
200
+ " Don't miss out on all QGIS has to offer---check out the"
201
+ " plugins and see what they can do for you." ) );
202
+ addGenericTip ( myTip );
193
203
194
204
/* Template for adding more tips
195
205
myTip.setTitle(tr(""));
You can’t perform that action at this time.
0 commit comments