mirror of https://github.com/CGAL/cgal
Change name of an action
This commit is contained in:
parent
e871708cfc
commit
a551d333cf
|
|
@ -293,7 +293,7 @@ QMenu* Scene_plane_item::contextMenu()
|
|||
if(!menuChanged) {
|
||||
menu->addSeparator();
|
||||
QAction* actionOrientPlane=
|
||||
menu->addAction(tr("Set Plane Orientation"));
|
||||
menu->addAction(tr("Set Plane Equation"));
|
||||
actionOrientPlane->setObjectName("actionOrientPlane");
|
||||
connect(actionOrientPlane, &QAction::triggered,
|
||||
this, &Scene_plane_item::setPlaneOrientation);
|
||||
|
|
|
|||
Loading…
Reference in New Issue