diff view/Pane.cpp @ 408:46a6daf1119b

* typo/transposition
author Chris Cannam
date Tue, 29 Jul 2008 13:46:06 +0000
parents f329416bf1a5
children 755243c67f59
line wrap: on
line diff
--- 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"));