Mercurial > hg > svgui
changeset 408:46a6daf1119b
* typo/transposition
author | Chris Cannam |
---|---|
date | Tue, 29 Jul 2008 13:46:06 +0000 |
parents | 4cb5cd9ccac7 |
children | feeb48f7478a |
files | view/Pane.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"));