]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.cxx
Add Ctrl+O shortcut to open an image
[clitk.git] / vv / vvMainWindow.cxx
index 1b6eb607b847090655541490ae68defcd1938f39..effd0fee0bf76fbd3af36fc468d635366471f1d1 100644 (file)
@@ -150,7 +150,6 @@ vvMainWindow::vvMainWindow():vvMainWindowBase()
   contextActions.resize(0);
   QAction* actionOpen_new_image = contextMenu.addAction(QIcon(QString::fromUtf8(":/common/icons/fileopen.png")),
     tr("O&pen new Image"));
-  actionOpen_new_image->setShortcut(QKeySequence(tr("Ctrl+O")));
   connect(actionOpen_new_image,SIGNAL(triggered()),this,SLOT(OpenImages()));
   contextActions.push_back(actionOpen_new_image);
   contextMenu.addSeparator();