Salome HOME
Correction of shortcut for ParaView view creation.
authorakl <alexander.kovalev@opencascade.com>
Tue, 31 Mar 2015 12:14:44 +0000 (16:14 +0400)
committerakl <alexander.kovalev@opencascade.com>
Tue, 31 Mar 2015 12:14:44 +0000 (16:14 +0400)
src/LightApp/LightApp_Application.cxx

index ac3f54a64350dbbb59c322cc84609c8d45df242c..e86004081c656372042bc1532ee65ed4a21c1822 100644 (file)
@@ -748,7 +748,7 @@ void LightApp_Application::createActions()
   createActionForViewer( NewGraphicsViewId, newWinMenu, QString::number( 5 ), Qt::ALT+Qt::Key_R );
 #endif
 #ifndef DISABLE_PVVIEWER
-  createActionForViewer( NewPVViewId, newWinMenu, QString::number( 6 ), Qt::ALT+Qt::Key_W );
+  createActionForViewer( NewPVViewId, newWinMenu, QString::number( 6 ), Qt::ALT+Qt::Key_A );
 #endif
 
   createAction( RenameId, tr( "TOT_RENAME" ), QIcon(), tr( "MEN_DESK_RENAME" ), tr( "PRP_RENAME" ),