Skip to content

Commit 8f31f24

Browse files
committed
Added a tip about plugins
1 parent 9f8f86d commit 8f31f24

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/app/qgstipfactory.cpp

+10
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,16 @@ QgsTipFactory::QgsTipFactory() : QObject()
190190
" Page</a> for more details."
191191
) );
192192
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 );
193203

194204
/* Template for adding more tips
195205
myTip.setTitle(tr(""));

0 commit comments

Comments
 (0)