diff -r c02818d7e29f -r 7e61baa047f0 dialogs/SearchInProjectDialog.py --- a/dialogs/SearchInProjectDialog.py Mon Aug 14 22:30:41 2017 +0300 +++ b/dialogs/SearchInProjectDialog.py Mon Aug 14 23:27:15 2017 +0300 @@ -31,6 +31,7 @@ # Search In Project Dialog #------------------------------------------------------------------------------- + def GetElementsChoices(): _ = lambda x: x return [("datatype", _("Data Type")), @@ -39,6 +40,7 @@ ("program", _("Program")), ("configuration", _("Configuration"))] + class SearchInProjectDialog(wx.Dialog): def __init__(self, parent):