r20209 by jghali - #13067: Better tooltip for fill rules, add tooltips for fill rule in PP group tab too
scribus-commit
scribus-commit at lists.scribus.net
Wed Jun 24 23:50:41 UTC 2015
Author: jghali
Date: Wed Jun 24 23:50:41 2015
New Revision: 20209
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20209
Log:
#13067: Better tooltip for fill rules, add tooltips for fill rule in PP group tab too
Modified:
trunk/Scribus/scribus/ui/propertiespalette_group.cpp
Modified: trunk/Scribus/scribus/ui/propertiespalette_group.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20209&path=/trunk/Scribus/scribus/ui/propertiespalette_group.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/propertiespalette_group.cpp (original)
+++ trunk/Scribus/scribus/ui/propertiespalette_group.cpp Wed Jun 24 23:50:41 2015
@@ -642,6 +642,9 @@
textFlowUsesBoundingBox->setToolTip( "<qt>" + tr("Use the bounding box, which is always rectangular, instead of the frame's shape for text flow of text frames below the object. ") + "</qt>" );
textFlowUsesContourLine->setToolTip( "<qt>" + tr("When chosen, the contour line can be edited with the Edit Shape Tool on the palette further above. When edited via the shape palette, this becomes a second separate line originally based on the frame's shape for text flow of text frames below the object.") + "</qt>" );
textFlowUsesImageClipping->setToolTip( "<qt>" + tr("Use the clipping path of the image") + "</qt>" );
+
+ evenOdd->setToolTip( "<qt>" + tr("Any path self-intersections or subpaths create holes in the fill.") + "</qt>");
+ nonZero->setToolTip( "<qt>" + tr("Fill is solid unless a subpath is counterdirectional.") + "</qt>");
}
void PropertiesPalette_Group::unitChange()
More information about the scribus-commit
mailing list