FreeCAD: master 5abb45f7

Author Committer Branch Timestamp Parent
uwestoehr wwmayer master 2020-09-14 23:19:44 master 2921a0c6
Changeset [PD] fix wording for skew prisms

the UI and the property is not consistent. In the dialog we use the term angle upon user feedback while the property still has the name "skew" in it.
I simply forgot this change in my PR that implemented skew prisms.

This is now corrected by this PR.
mod - src/Mod/Part/App/PrimitiveFeature.cpp Diff File
mod - src/Mod/Part/App/PrimitiveFeature.h Diff File
mod - src/Mod/Part/Gui/DlgPrimitives.cpp Diff File
mod - src/Mod/PartDesign/App/FeaturePrimitive.cpp Diff File
mod - src/Mod/PartDesign/App/FeaturePrimitive.h Diff File
mod - src/Mod/PartDesign/Gui/TaskPrimitiveParameters.cpp Diff File