+ fix typo, consistent icon name

This commit is contained in:
wmayer
2014-11-26 14:36:11 +01:00
parent 86501ade65
commit 1f600388aa
4 changed files with 11 additions and 11 deletions

View File

@@ -229,7 +229,7 @@ template <>
inline void SketcherAddWorkspaceSketchExtra<Gui::MenuItem>(Gui::MenuItem& sketch){
sketch << "Sketcher_ReorientSketch"
<< "Sketcher_ValidateSketch"
<< "Sketcher_MergeSketchs";
<< "Sketcher_MergeSketches";
}
template <typename T>