missing accel

-  scrollitems << i18n("&Hide") << i18n("&Left") << i18n("Right");
+  scrollitems << i18n("&Hide") << i18n("&Left") << i18n("&Right");

svn path=/trunk/kdebase/konsole/; revision=68604
wilder-portage
Francois-Xavier Duranceau 26 years ago
parent 32a6448d90
commit 529a943f35
  1. 2
      src/konsole.C

@ -332,7 +332,7 @@ void Konsole::makeMenu()
selectScrollbar = new KSelectAction(i18n("Scrollbar"), 0, this,
SLOT(slotSelectScrollbar()), this);
QStringList scrollitems;
scrollitems << i18n("&Hide") << i18n("&Left") << i18n("Right");
scrollitems << i18n("&Hide") << i18n("&Left") << i18n("&Right");
selectScrollbar->setItems(scrollitems);
selectScrollbar->plug(m_options);
// Fullscreen

Loading…
Cancel
Save