We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3c039dc commit cfe6c08Copy full SHA for cfe6c08
src/app/qgstipfactory.cpp
@@ -171,6 +171,14 @@ QgsTipFactory::QgsTipFactory() : QObject()
171
QString("<p><center><img src=\":/images/tips/symbol_levels.png\"/></center></p>")
172
);
173
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);
182
/* Template for adding more tips
183
myTip.setTitle(tr(""));
184
myTip.setContent(tr(""
0 commit comments