[QGIS Commit] r15243 - trunk/qgis/src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Tue Feb 22 16:36:46 EST 2011
Author: timlinux
Date: 2011-02-22 13:36:46 -0800 (Tue, 22 Feb 2011)
New Revision: 15243
Modified:
trunk/qgis/src/app/qgstipfactory.cpp
Log:
Added another tip by Andreas Neumann
Modified: trunk/qgis/src/app/qgstipfactory.cpp
===================================================================
--- trunk/qgis/src/app/qgstipfactory.cpp 2011-02-22 21:09:43 UTC (rev 15242)
+++ trunk/qgis/src/app/qgstipfactory.cpp 2011-02-22 21:36:46 UTC (rev 15243)
@@ -108,6 +108,7 @@
" specific anchor points of the element within this dialogue. "
));
addGuiTip(myTip);
+ // This tip contributed by Andreas Neumann
myTip.setTitle(tr("Rotating a map and linking a north arrow"));
myTip.setContent(tr("You can rotate a map by setting its rotation value "
" in the <strong>Item tab --> Map</strong> section. To place a north "
@@ -120,6 +121,14 @@
" will now automatically adjust its rotation. "
));
addGuiTip(myTip);
+ // This tip contributed by Andreas Neumann
+ myTip.setTitle(tr("Numeric scale value in map layout linked to map frame"));
+ myTip.setContent(tr("If you want to place a text label as a placeholder for the "
+ " current scale, linked to a map frame, you need to place a scalebar and "
+ " set the style to 'Numeric'. You also need to select the map frame, if there "
+ " is more than one."
+ ));
+ addGenericTip(myTip);
/* Template for adding more tips
myTip.setTitle(tr(""));
myTip.setContent(tr(""
More information about the QGIS-commit
mailing list