PD: fix translation of context-menu item of transform features
This commit is contained in:
@@ -34,6 +34,12 @@ TaskDlgFeatureParameters *ViewProviderScaled::getEditDialog() {
|
||||
return new TaskDlgScaledParameters (this);
|
||||
}
|
||||
|
||||
void ViewProviderScaled::setupContextMenu(QMenu* menu, QObject* receiver, const char* member)
|
||||
{
|
||||
addDefaultAction(menu, QObject::tr("Edit scaled"));
|
||||
PartDesignGui::ViewProvider::setupContextMenu(menu, receiver, member);
|
||||
}
|
||||
|
||||
const std::string & ViewProviderScaled::featureName() const
|
||||
{
|
||||
static const std::string name = "Scaled";
|
||||
|
||||
Reference in New Issue
Block a user