Skip to content

Commit 9e37bb3

Browse files
author
timlinux
committed
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
1 parent 1ce626f commit 9e37bb3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/app/qgstipfactory.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,14 @@ QgsTipFactory::QgsTipFactory() : QObject()
171171
QString("<p><center><img src=\":/images/tips/symbol_levels.png\"/></center></p>")
172172
);
173173
addGuiTip(myTip);
174+
// by Tim
175+
myTip.setTitle(tr("Auto-enable on the fly projection"));
176+
myTip.setContent(tr("In the options dialog, under the CRS tab, you can set QGIS so that"
177+
" whenever you create a new project, 'on the fly projection' is enabled"
178+
" automatically and a pre-selected Coordinate Reference System of your"
179+
" choice is used."
180+
));
181+
addGuiTip(myTip);
174182
/* Template for adding more tips
175183
myTip.setTitle(tr(""));
176184
myTip.setContent(tr(""

0 commit comments

Comments
 (0)