From daf99824eefab6f14b1b2f810ad10304bc5b2f93 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sun, 19 Jun 2005 21:01:28 +0000 Subject: [PATCH] Change "Get new stuff" to something more meaningfull svn path=/branches/kpdf/annotations/kdegraphics/kpdf/; revision=427164 --- part.cpp | 2 +- part.rc | 3 +-- shell/shell.rc | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/part.cpp b/part.cpp index 5d23b5b4c..5f08bd377 100644 --- a/part.cpp +++ b/part.cpp @@ -242,7 +242,7 @@ Part::Part(QWidget *parentWidget, const char *widgetName, m_showLeftPanel->setChecked( Settings::showLeftPanel() ); slotShowLeftPanel(); - KAction * ghns = new KAction(i18n("&Get new stuff"), "knewstuff", 0, this, SLOT(slotGetNewStuff()), ac, "get_new_stuff"); + KAction * ghns = new KAction(i18n("&Get books from internet..."), "knewstuff", 0, this, SLOT(slotGetNewStuff()), ac, "get_new_stuff"); ghns->setShortcut( "G" ); // TEMP, REMOVE ME! m_showProperties = new KAction(i18n("&Properties"), "info", 0, this, SLOT(slotShowProperties()), ac, "properties"); diff --git a/part.rc b/part.rc index de992ecac..026c9c9cd 100644 --- a/part.rc +++ b/part.rc @@ -2,12 +2,11 @@ &File + - - &Edit diff --git a/shell/shell.rc b/shell/shell.rc index 134d34c7b..aa3f0a062 100644 --- a/shell/shell.rc +++ b/shell/shell.rc @@ -2,6 +2,7 @@ +