TD: Issue #0004473: Expose openCommand() to translation
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the TechDraw Wb. Ticket: https://tracker.freecadweb.org/view.php?id=4473
This commit is contained in:
@@ -193,7 +193,7 @@ void TaskActiveView::enableTaskButtons(bool b)
|
||||
bool TaskActiveView::accept()
|
||||
{
|
||||
// Base::Console().Message("TAV::accept()\n");
|
||||
Gui::Command::openCommand("Create ActiveView");
|
||||
Gui::Command::openCommand(QT_TRANSLATE_NOOP("Command", "Create ActiveView"));
|
||||
m_symbolFeat = createActiveView();
|
||||
// m_symbolFeat->requestPaint();
|
||||
m_symbolFeat->recomputeFeature();
|
||||
|
||||
Reference in New Issue
Block a user