diff --git a/src/Mod/Mesh/Gui/Command.cpp b/src/Mod/Mesh/Gui/Command.cpp
index 7acb54bb4a..ea285d08a3 100644
--- a/src/Mod/Mesh/Gui/Command.cpp
+++ b/src/Mod/Mesh/Gui/Command.cpp
@@ -1017,7 +1017,7 @@ CmdMeshTrimByPlane::CmdMeshTrimByPlane()
sMenuText = QT_TR_NOOP("Trim mesh with a plane");
sToolTipText = QT_TR_NOOP("Trims a mesh with a plane");
sStatusTip = QT_TR_NOOP("Trims a mesh with a plane");
- sPixmap = "Mesh_Trim_by_Plane";
+ sPixmap = "Mesh_TrimByPlane";
}
void CmdMeshTrimByPlane::activated(int)
@@ -1046,7 +1046,7 @@ CmdMeshSectionByPlane::CmdMeshSectionByPlane()
sMenuText = QT_TR_NOOP("Create section from mesh and plane");
sToolTipText = QT_TR_NOOP("Section from mesh and plane");
sStatusTip = QT_TR_NOOP("Section from mesh and plane");
- sPixmap = "Mesh_Section_by_Plane";
+ sPixmap = "Mesh_SectionByPlane";
}
void CmdMeshSectionByPlane::activated(int)
@@ -1753,7 +1753,7 @@ CmdMeshSegmentationBestFit::CmdMeshSegmentationBestFit()
sToolTipText = QT_TR_NOOP("Create mesh segments from best-fit surfaces");
sWhatsThis = "Mesh_SegmentationBestFit";
sStatusTip = QT_TR_NOOP("Create mesh segments from best-fit surfaces");
- sPixmap = "Mesh_Segmentation_Best_Fit";
+ sPixmap = "Mesh_SegmentationBestFit";
}
void CmdMeshSegmentationBestFit::activated(int)
diff --git a/src/Mod/Mesh/Gui/Resources/Mesh.qrc b/src/Mod/Mesh/Gui/Resources/Mesh.qrc
index 45e28cfc6b..fbe0d8937a 100644
--- a/src/Mod/Mesh/Gui/Resources/Mesh.qrc
+++ b/src/Mod/Mesh/Gui/Resources/Mesh.qrc
@@ -25,14 +25,14 @@
icons/Mesh_RemoveCompByHand.svg
icons/Mesh_RemoveComponents.svg
icons/Mesh_Scale.svg
- icons/Mesh_Section_by_Plane.svg
- icons/Mesh_Segmentation_Best_Fit.svg
+ icons/Mesh_SectionByPlane.svg
+ icons/Mesh_SegmentationBestFit.svg
icons/Mesh_Segmentation.svg
icons/Mesh_Smoothing.svg
icons/Mesh_SplitComponents.svg
icons/Mesh_Tree.svg
icons/Mesh_Tree_Curvature_Plot.svg
- icons/Mesh_Trim_by_Plane.svg
+ icons/Mesh_TrimByPlane.svg
icons/Mesh_Union.svg
icons/Mesh_VertexCurvature.svg
icons/MeshWorkbench.svg
diff --git a/src/Mod/Mesh/Gui/Resources/icons/Mesh_Section_by_Plane.svg b/src/Mod/Mesh/Gui/Resources/icons/Mesh_SectionByPlane.svg
similarity index 100%
rename from src/Mod/Mesh/Gui/Resources/icons/Mesh_Section_by_Plane.svg
rename to src/Mod/Mesh/Gui/Resources/icons/Mesh_SectionByPlane.svg
diff --git a/src/Mod/Mesh/Gui/Resources/icons/Mesh_Segmentation_Best_Fit.svg b/src/Mod/Mesh/Gui/Resources/icons/Mesh_SegmentationBestFit.svg
similarity index 100%
rename from src/Mod/Mesh/Gui/Resources/icons/Mesh_Segmentation_Best_Fit.svg
rename to src/Mod/Mesh/Gui/Resources/icons/Mesh_SegmentationBestFit.svg
diff --git a/src/Mod/Mesh/Gui/Resources/icons/Mesh_Trim_by_Plane.svg b/src/Mod/Mesh/Gui/Resources/icons/Mesh_TrimByPlane.svg
similarity index 100%
rename from src/Mod/Mesh/Gui/Resources/icons/Mesh_Trim_by_Plane.svg
rename to src/Mod/Mesh/Gui/Resources/icons/Mesh_TrimByPlane.svg