Skip to content

Commit

Permalink
Sketcher: Minor fix - hyperbolic arc icon reference
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahtahiriyo authored and wwmayer committed Nov 27, 2016
1 parent 96d664d commit a879296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/Gui/CommandCreateGeo.cpp
Expand Up @@ -3750,7 +3750,7 @@ CmdSketcherCreateArcOfHyperbola::CmdSketcherCreateArcOfHyperbola()
sToolTipText = QT_TR_NOOP("Create an arc of hyperbola in the sketch");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
sPixmap = "Sketcher_hyperbolic_Arc";
sPixmap = "Sketcher_Hyperbolic_Arc";
eType = ForEdit;
}

Expand Down

0 comments on commit a879296

Please sign in to comment.