From afc2b7af5c4c1cd66c88d06ade9c69f730b3dafd Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 20 Mar 2008 15:50:09 +0000 Subject: [PATCH] Show clone view command (bug 19245) --- src/OCCViewer/OCCViewer_ViewWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OCCViewer/OCCViewer_ViewWindow.cxx b/src/OCCViewer/OCCViewer_ViewWindow.cxx index 8faa93be0..451a9e90e 100755 --- a/src/OCCViewer/OCCViewer_ViewWindow.cxx +++ b/src/OCCViewer/OCCViewer_ViewWindow.cxx @@ -1033,7 +1033,7 @@ void OCCViewer_ViewWindow::createActions() myClippingAction->setStatusTip(tr("DSC_CLIPPING")); myClippingAction->setCheckable( true ); connect(myClippingAction, SIGNAL(toggled( bool )), this, SLOT(onClipping( bool ))); - toolMgr()->registerAction( myClippingAction, CloneId ); + toolMgr()->registerAction( myClippingAction, ClippingId ); aAction = new QtxAction(tr("MNU_SHOOT_VIEW"), aResMgr->loadPixmap( "OCCViewer", tr( "ICON_OCCVIEWER_SHOOT_VIEW" ) ), tr( "MNU_SHOOT_VIEW" ), 0, this); -- 2.39.2