[QGIS Commit] r15358 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Mar 6 04:50:50 EST 2011


Author: timlinux
Date: 2011-03-06 01:50:50 -0800 (Sun, 06 Mar 2011)
New Revision: 15358

Modified:
   trunk/qgis/src/app/qgstipfactory.cpp
Log:
Added tip relating to the use of default on the fly reprojection

Modified: trunk/qgis/src/app/qgstipfactory.cpp
===================================================================
--- trunk/qgis/src/app/qgstipfactory.cpp	2011-03-06 08:58:09 UTC (rev 15357)
+++ trunk/qgis/src/app/qgstipfactory.cpp	2011-03-06 09:50:50 UTC (rev 15358)
@@ -171,6 +171,14 @@
                       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(""



More information about the QGIS-commit mailing list