Change command names and icons

This commit is contained in:
Brad Collette
2024-02-25 17:10:16 -07:00
committed by sliptonic
parent ef88b8986f
commit 460d7e611a
111 changed files with 618 additions and 620 deletions

View File

@@ -76,7 +76,7 @@ void ViewProviderPathCompound::dropObject(App::DocumentObject* obj)
QIcon ViewProviderPathCompound::getIcon() const
{
return Gui::BitmapFactory().pixmap("Path_Compound");
return Gui::BitmapFactory().pixmap("CAM_Compound");
}
// Python object -----------------------------------------------------------------------