Path: Change filenames in the rest of the Path code

Reflects changes in 
* PathOpGui.SetupOperation()
* GetResources()
* sPIxmap
* pixmap
* *.UI files

Also contains minor translation context renames (these were edits made near to original intent of this commit)
This commit is contained in:
luz paz
2020-11-30 07:53:38 -05:00
parent 14daf96361
commit fe547195bf
65 changed files with 137 additions and 126 deletions

View File

@@ -35,7 +35,7 @@ PROPERTY_SOURCE(PathGui::ViewProviderArea, PartGui::ViewProviderPlaneParametric)
ViewProviderArea::ViewProviderArea()
{
sPixmap = "Path-Area.svg";
sPixmap = "Path_Area.svg";
}
ViewProviderArea::~ViewProviderArea()
@@ -119,7 +119,7 @@ PROPERTY_SOURCE(PathGui::ViewProviderAreaView, PartGui::ViewProviderPlaneParamet
ViewProviderAreaView::ViewProviderAreaView()
{
sPixmap = "Path-Area-View.svg";
sPixmap = "Path_Area_View.svg";
}
ViewProviderAreaView::~ViewProviderAreaView()