Sketcher: move other icons into their subdirectories

This commit is contained in:
vocx-fc
2020-09-25 13:18:06 -05:00
committed by Yorik van Havre
parent 4620b9fd9d
commit 7626accb59
18 changed files with 19 additions and 18 deletions

View File

@@ -183,7 +183,8 @@ void removeRedundantHorizontalVertical(Sketcher::SketchObject* psketch,
const std::map<int, Sketcher::PointPos> coincidents = psketch->getAllCoincidentPoints((*it).GeoId, (*it).PosId);
if(!coincidents.empty()) {
ext = coincidents.begin()->first < 0; // the keys are ordered, so if the first is negative, it is coincident with external
// the keys are ordered, so if the first is negative, it is coincident with external
ext = coincidents.begin()->first < 0;
std::map<int, Sketcher::PointPos>::const_iterator geoId1iterator;
@@ -6083,7 +6084,7 @@ namespace SketcherGui {
{
sAppModule = "Sketcher";
sGroup = QT_TR_NOOP("Sketcher");
sMenuText = QT_TR_NOOP("CarbonCopy");
sMenuText = QT_TR_NOOP("Carbon copy");
sToolTipText = QT_TR_NOOP("Copies the geometry of another sketch");
sWhatsThis = "Sketcher_CarbonCopy";
sStatusTip = sToolTipText;