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
remotes/origin/kpdf-annotations
Albert Astals Cid 21 years ago
parent 1aedb3855d
commit f8f17e75f9
  1. 2
      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");

Loading…
Cancel
Save