Skip to content

Commit

Permalink
Merge pull request #75 from g-sherman/master
Browse files Browse the repository at this point in the history
Added tip about plugins
  • Loading branch information
g-sherman committed Dec 20, 2011
2 parents 9f8f86d + 8f31f24 commit a3eb02c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/qgstipfactory.cpp
Expand Up @@ -190,6 +190,16 @@ QgsTipFactory::QgsTipFactory() : QObject()
" Page</a> for more details."
) );
addGenericTip( myTip );
// by gsherman
myTip.setTitle( tr( "Quantum GIS has Plugins!" ) );
myTip.setContent( tr( "Quantum GIS has plugins that extend its functionality."
" QGIS ships with some core plugins you can explore from the"
" Plugins->Manage Plugins menu. In addition there are over 150"
" Python plugins contributed by the user community that can be"
" installed from the Plugins->Fetch Python Plugins menu."
" Don't miss out on all QGIS has to offer---check out the"
" plugins and see what they can do for you." ) );
addGenericTip( myTip );

/* Template for adding more tips
myTip.setTitle(tr(""));
Expand Down

0 comments on commit a3eb02c

Please sign in to comment.