CAM: revert accidental icon name change from #25440

This commit is contained in:
jffmichi
2025-12-09 05:48:35 +01:00
parent 97b9193d71
commit 431f0408da

View File

@@ -879,7 +879,7 @@ long ViewProviderPath::findFirstFeedMoveIndex(const Path::Toolpath& path) const
QIcon ViewProviderPath::getIcon() const
{
return Gui::BitmapFactory().pixmap("Path-ToolPath");
return Gui::BitmapFactory().pixmap("CAM_Toolpath");
}
// Python object -----------------------------------------------------------------------