--- a/E5Gui/E5ClickableLabel.py Sun Mar 09 12:16:00 2014 +0100 +++ b/E5Gui/E5ClickableLabel.py Sun Mar 09 17:06:40 2014 +0100 @@ -16,9 +16,9 @@ Class implementing a clickable label. @signal clicked(QPoint) emitted upon a click on the label - with the left buton + with the left button @signal middleClicked(QPoint) emitted upon a click on the label - with the middle buton or CTRL and left button + with the middle button or CTRL and left button """ clicked = pyqtSignal(QPoint) middleClicked = pyqtSignal(QPoint)