E5Gui/E5ClickableLabel.py

changeset 3349
2a034a7f1f54
parent 3160
209a07d7e401
child 3375
03f1833b601e
--- 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)

eric ide

mercurial