diff --git a/kpdf/kpdf_part.rc b/kpdf/kpdf_part.rc index cc4703b21..fd3d773f0 100644 --- a/kpdf/kpdf_part.rc +++ b/kpdf/kpdf_part.rc @@ -1,9 +1,10 @@ - + &File - - + + + &Edit @@ -25,8 +26,8 @@ &Settings - - + + diff --git a/kpdf/kpdf_shell.cpp b/kpdf/kpdf_shell.cpp index 1664c8dac..cb8c535df 100644 --- a/kpdf/kpdf_shell.cpp +++ b/kpdf/kpdf_shell.cpp @@ -116,7 +116,7 @@ Shell::setupActions() KStdAction::keyBindings(this, SLOT(optionsConfigureKeys()), actionCollection()); KStdAction::configureToolbars(this, SLOT(optionsConfigureToolbars()), actionCollection()); - m_showMenuBarAction = KStdAction::showMenubar( this, SLOT( slotShowMenubar() ), actionCollection(), "showmenubar" ); + m_showMenuBarAction = KStdAction::showMenubar( this, SLOT( slotShowMenubar() ), actionCollection(), "options_show_menubar" ); #if KDE_VERSION >= KDE_MAKE_VERSION(3,1,90) createStandardStatusBarAction(); #endif diff --git a/kpdf/kpdf_shell.rc b/kpdf/kpdf_shell.rc index 3cf7d3c23..459d991e6 100644 --- a/kpdf/kpdf_shell.rc +++ b/kpdf/kpdf_shell.rc @@ -9,7 +9,7 @@ - +