From 7e8c8bd85f8e3a592476b7ac12448d13e09971e8 Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Sat, 3 Jan 2004 10:38:06 +0000 Subject: [PATCH] Menu entries order fixes svn path=/trunk/kdegraphics/kpdf/; revision=276290 --- kpdf/kpdf_part.rc | 11 ++++++----- kpdf/kpdf_shell.cpp | 2 +- kpdf/kpdf_shell.rc | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) 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 @@ - +