From f8f17e75f9bfdf17da27e1d5421172f81865254a Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sun, 19 Jun 2005 22:18:41 +0000 Subject: [PATCH] Even more Style Guide fixes on the same sentence, do you know how much i suck? svn path=/branches/kpdf/annotations/kdegraphics/kpdf/; revision=427194 --- part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part.cpp b/part.cpp index 412ef463a..6420a8826 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 Books From internet..."), "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");