diff -r 5280e37405b8 -r 2f2a4a76dd22 UI/EmailDialog.py --- a/UI/EmailDialog.py Sat May 17 19:58:49 2014 +0200 +++ b/UI/EmailDialog.py Sun May 18 14:13:09 2014 +0200 @@ -115,7 +115,7 @@ def keyPressEvent(self, ev): """ - Re-implemented to handle the user pressing the escape key. + Protected method to handle the user pressing the escape key. @param ev key event (QKeyEvent) """