diff -r 3f2024f30553 -r 9dbb79722fbc dialogs/DurationEditorDialog.py --- a/dialogs/DurationEditorDialog.py Wed Oct 12 23:47:48 2011 +0200 +++ b/dialogs/DurationEditorDialog.py Fri Oct 14 19:26:29 2011 +0200 @@ -154,6 +154,8 @@ def __init__(self, parent): self._init_ctrls(parent) + self.Days.SetFocus() + def SetDuration(self, value): result = IEC_TIME_MODEL.match(value.upper()) if result is not None: