# HG changeset patch # User Chris Cannam # Date 1217339166 0 # Node ID 46a6daf1119bc81fb4edef46573274608756d424 # Parent 4cb5cd9ccac7b35b5af1dbe5e73359928a4d57bb * typo/transposition diff -r 4cb5cd9ccac7 -r 46a6daf1119b view/Pane.cpp --- a/view/Pane.cpp Thu Jul 10 12:50:56 2008 +0000 +++ b/view/Pane.cpp Tue Jul 29 13:46:06 2008 +0000 @@ -1159,7 +1159,7 @@ kr.registerShortcut(tr("Zoom"), tr("Wheel"), tr("Zoom in or out in time axis")); - kr.registerShortcut(tr("Ctrl+Wheel"), tr("Scroll"), + kr.registerShortcut(tr("Scroll"), tr("Ctrl+Wheel"), tr("Scroll rapidly left or right in time axis")); kr.registerShortcut(tr("Zoom Vertically"), tr("Shift+Wheel"), tr("Zoom in or out in the vertical axis"));