Salome HOME
PyEditor: implement Find/Replace feature
[modules/gui.git] / src / SalomeApp / SalomeApp_Application.cxx
index 12a733584f9f9a98abad23a815311544ccee5f4e..95c0e878b0d6869688e76da003da25b1ef5a4c93 100644 (file)
@@ -320,7 +320,7 @@ void SalomeApp_Application::createActions()
   //! Properties
   createAction( PropertiesId, tr( "TOT_DESK_PROPERTIES" ), QIcon(),
                 tr( "MEN_DESK_PROPERTIES" ), tr( "PRP_DESK_PROPERTIES" ),
-                Qt::CTRL+Qt::Key_P, desk, false, this, SLOT( onProperties() ) );
+                0, desk, false, this, SLOT( onProperties() ) );
 
   //! Catalog Generator
   createAction( CatalogGenId, tr( "TOT_DESK_CATALOG_GENERATOR" ),  QIcon(),