diff options
| -rw-r--r-- | src/browsermainwindow.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/browsermainwindow.cpp b/src/browsermainwindow.cpp index 9fa6b4f6..cafb45bd 100644 --- a/src/browsermainwindow.cpp +++ b/src/browsermainwindow.cpp @@ -338,6 +338,7 @@ void BrowserMainWindow::setupMenu()      //  ------------------------------------------------------------- SETTINGS ------------------------------------------------------------------------------------------------------      KMenu *settingsMenu = (KMenu *) menuBar()->addMenu( i18n("&Settings") ); +    settingsMenu->addAction( KStandardAction::keyBindings( this, SLOT( configureShortcuts() ), this ) );    //FIXME need new slot and actionCollection !!      settingsMenu->addAction( KStandardAction::preferences(this, SLOT( slotPreferences() ) , this ) );      //  ------------------------------------------------------------- HELP  -------------------------------------------------------------------------------------------------- | 
