From: sln Date: Fri, 3 Nov 2006 16:31:46 +0000 (+0000) Subject: Acceleraror CTRL+F for Preferences dlg removed X-Git-Tag: For_CTH_V1_2a~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e0e6aa840112eda3936a878f7ccdd5a24402ec62;p=modules%2Fgui.git Acceleraror CTRL+F for Preferences dlg removed --- diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index 8bee87a7e..8bee2d6f0 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -440,7 +440,7 @@ void LightApp_Application::createActions() //! Preferences createAction( PreferencesId, tr( "TOT_DESK_PREFERENCES" ), QIconSet(), tr( "MEN_DESK_PREFERENCES" ), tr( "PRP_DESK_PREFERENCES" ), - CTRL+Key_F, desk, false, this, SLOT( onPreferences() ) ); + 0,desk, false, this, SLOT( onPreferences() ) ); //! Help for modules int helpMenu = createMenu( tr( "MEN_DESK_HELP" ), -1, -1, 1000 );