beremiz
Clone
Summary
Browse
Changes
Graph
PLCOpen editor: fix exception when using file open dialog
18 months ago, Edouard Tisserant
f273ee835411
PLCOpen editor: fix exception when using file open dialog
Consequence of wxPython 3 to 4 API changes.
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")