CAM: revert accidental icon name change from #25440

This commit is contained in:
jffmichi
2025-12-09 05:48:35 +01:00
parent f7483a08b4
commit 8058f824e2

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 -----------------------------------------------------------------------