TechDraw: ActiveView rework (#22107)
* TechDraw: Rework ActiveView * Update src/Mod/TechDraw/Gui/TaskActiveView.cpp Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com> --------- Co-authored-by: Ryan Kembrey <ryan.kembrey@student.uts> Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com>
This commit is contained in:
@@ -693,8 +693,9 @@ CmdTechDrawActiveView::CmdTechDrawActiveView() : Command("TechDraw_ActiveView")
|
||||
{
|
||||
sAppModule = "TechDraw";
|
||||
sGroup = QT_TR_NOOP("TechDraw");
|
||||
sMenuText = QT_TR_NOOP("Insert Active View (3D View)");
|
||||
sToolTipText = sMenuText;
|
||||
sMenuText = QT_TR_NOOP("Insert Active View");
|
||||
sToolTipText = "Insert an image of the active 3D model in current page.\n"
|
||||
"If multiple 3D models are active, a selection dialog will be shown.";
|
||||
sWhatsThis = "TechDraw_ActiveView";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/TechDraw_ActiveView";
|
||||
|
||||
Reference in New Issue
Block a user