Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added tip relating to the use of default on the fly reprojection
git-svn-id: http://svn.osgeo.org/qgis/trunk@15358 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 6, 2011
1 parent 1ce626f commit 9e37bb3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/qgstipfactory.cpp
Expand Up @@ -171,6 +171,14 @@ QgsTipFactory::QgsTipFactory() : QObject()
QString("<p><center><img src=\":/images/tips/symbol_levels.png\"/></center></p>")
);
addGuiTip(myTip);
// by Tim
myTip.setTitle(tr("Auto-enable on the fly projection"));
myTip.setContent(tr("In the options dialog, under the CRS tab, you can set QGIS so that"
" whenever you create a new project, 'on the fly projection' is enabled"
" automatically and a pre-selected Coordinate Reference System of your"
" choice is used."
));
addGuiTip(myTip);
/* Template for adding more tips
myTip.setTitle(tr(""));
myTip.setContent(tr(""
Expand Down

0 comments on commit 9e37bb3

Please sign in to comment.