dialogs/SearchInProjectDialog.py
changeset 1782 5b6ad7a7fd9d
parent 1780 c52d1460cea8
child 1847 6198190bc121
equal deleted inserted replaced
1781:b112bfdde5cc 1782:5b6ad7a7fd9d
    26 import re
    26 import re
    27 import wx
    27 import wx
    28 from plcopen.plcopen import *
    28 from plcopen.plcopen import *
    29 from util.TranslationCatalogs import NoTranslate
    29 from util.TranslationCatalogs import NoTranslate
    30 
    30 
    31 #-------------------------------------------------------------------------------
    31 # -------------------------------------------------------------------------------
    32 #                          Search In Project Dialog
    32 #                          Search In Project Dialog
    33 #-------------------------------------------------------------------------------
    33 # -------------------------------------------------------------------------------
    34 
    34 
    35 
    35 
    36 def GetElementsChoices():
    36 def GetElementsChoices():
    37     _ = NoTranslate
    37     _ = NoTranslate
    38     return [("datatype", _("Data Type")),
    38     return [("datatype", _("Data Type")),