beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix segfault when unselecting network discovery in URI editor
wxPython4
2023-01-16, Edouard Tisserant
da9ffd572551
IDE: fix segfault when unselecting network discovery in URI editor
# -*- 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")