diff -r ec153828ded2 -r b789b695b5c6 dialogs/FindInPouDialog.py --- a/dialogs/FindInPouDialog.py Tue Aug 15 12:17:51 2017 +0300 +++ b/dialogs/FindInPouDialog.py Tue Aug 15 15:50:30 2017 +0300 @@ -179,6 +179,6 @@ self.SetStatusText(message) if len(self.criteria) > 0: wx.CallAfter(self.ParentWindow.FindInPou, - {True: 1, False:-1}[self.Forward.GetValue()], + {True: 1, False: -1}[self.Forward.GetValue()], self.criteria) event.Skip()