From 529a943f35ea4e05338a2e55d000ca5efe5e0662 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Duranceau Date: Sun, 22 Oct 2000 17:37:01 +0000 Subject: [PATCH] missing accel - scrollitems << i18n("&Hide") << i18n("&Left") << i18n("Right"); + scrollitems << i18n("&Hide") << i18n("&Left") << i18n("&Right"); svn path=/trunk/kdebase/konsole/; revision=68604 --- src/konsole.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/konsole.C b/src/konsole.C index ba550065..1159569d 100644 --- a/src/konsole.C +++ b/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