comparison view/Pane.cpp @ 408:46a6daf1119b

* typo/transposition
author Chris Cannam
date Tue, 29 Jul 2008 13:46:06 +0000
parents f329416bf1a5
children 755243c67f59
comparison
equal deleted inserted replaced
407:4cb5cd9ccac7 408:46a6daf1119b
1157 1157
1158 kr.setCategory(tr("General Pane Mouse Actions")); 1158 kr.setCategory(tr("General Pane Mouse Actions"));
1159 1159
1160 kr.registerShortcut(tr("Zoom"), tr("Wheel"), 1160 kr.registerShortcut(tr("Zoom"), tr("Wheel"),
1161 tr("Zoom in or out in time axis")); 1161 tr("Zoom in or out in time axis"));
1162 kr.registerShortcut(tr("Ctrl+Wheel"), tr("Scroll"), 1162 kr.registerShortcut(tr("Scroll"), tr("Ctrl+Wheel"),
1163 tr("Scroll rapidly left or right in time axis")); 1163 tr("Scroll rapidly left or right in time axis"));
1164 kr.registerShortcut(tr("Zoom Vertically"), tr("Shift+Wheel"), 1164 kr.registerShortcut(tr("Zoom Vertically"), tr("Shift+Wheel"),
1165 tr("Zoom in or out in the vertical axis")); 1165 tr("Zoom in or out in the vertical axis"));
1166 kr.registerShortcut(tr("Scroll Vertically"), tr("Alt+Wheel"), 1166 kr.registerShortcut(tr("Scroll Vertically"), tr("Alt+Wheel"),
1167 tr("Scroll up or down in the vertical axis")); 1167 tr("Scroll up or down in the vertical axis"));