[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
a9d0d71b06
commit
c3bbb9a135
@@ -54,7 +54,7 @@ using namespace Gui;
|
||||
|
||||
TaskTransformedParameters::TaskTransformedParameters(ViewProviderTransformed *TransformedView, QWidget *parent)
|
||||
: TaskBox(Gui::BitmapFactory().pixmap((std::string("PartDesign_") + TransformedView->featureName).c_str()),
|
||||
QString::fromLatin1((TransformedView->featureName + " parameters").c_str()), true, parent)
|
||||
TransformedView->menuName, true, parent)
|
||||
, proxy(nullptr)
|
||||
, TransformedView(TransformedView)
|
||||
, parentTask(nullptr)
|
||||
|
||||
Reference in New Issue
Block a user