Up is Up and Down is Up ?

This commit is contained in:
Tim Bentley 2011-01-26 18:00:46 +00:00
parent 8597489217
commit fbaa6678a9
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class ServiceManager(QtGui.QWidget):
None, None,
translate('OpenLP.ServiceManager', translate('OpenLP.ServiceManager',
'Moves the selection up the window.'), 'Moves the selection up the window.'),
self.onMoveSelectionDown, shortcut=QtCore.Qt.Key_Up) self.onMoveSelectionDown, shortcut=QtCore.Qt.Key_Down)
self.serviceManagerList.down.setVisible(False) self.serviceManagerList.down.setVisible(False)
self.serviceManagerList.up = self.orderToolbar.addToolbarButton( self.serviceManagerList.up = self.orderToolbar.addToolbarButton(
translate('OpenLP.ServiceManager', 'Move up'), translate('OpenLP.ServiceManager', 'Move up'),