[PartDesign] Fix and expose ViewProvider strings to translation
Closes https://github.com/FreeCAD/FreeCAD-translations/issues/24
This commit is contained in:
committed by
Chris Hennes
parent
2c7fce704f
commit
901a1c1915
@@ -56,7 +56,7 @@ using namespace Gui;
|
||||
|
||||
TaskDressUpParameters::TaskDressUpParameters(ViewProviderDressUp *DressUpView, bool selectEdges, bool selectFaces, QWidget *parent)
|
||||
: TaskBox(Gui::BitmapFactory().pixmap((std::string("PartDesign_") + DressUpView->featureName()).c_str()),
|
||||
QString::fromLatin1((DressUpView->featureName() + " parameters").c_str()),
|
||||
DressUpView->menuName,
|
||||
true,
|
||||
parent)
|
||||
, proxy(nullptr)
|
||||
|
||||
Reference in New Issue
Block a user