From 40082f768abc6897a15908b36f406b9eda329558 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 31 Oct 2013 22:46:57 +0100 Subject: [PATCH] BMenu: Update comment --- src/kits/interface/Menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/interface/Menu.cpp b/src/kits/interface/Menu.cpp index 0fc43e3732..ac324a3b03 100644 --- a/src/kits/interface/Menu.cpp +++ b/src/kits/interface/Menu.cpp @@ -457,7 +457,7 @@ BMenu::MessageReceived(BMessage* msg) float smallStep; window->GetSteps(&smallStep, &largeStep); - // pressing the option/command/control key scrolls faster + // pressing the shift key scrolls faster if ((modifiers() & B_SHIFT_KEY) != 0) deltaY *= largeStep; else