beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix wxpython4 sequel : project "add" menu was having no extension entry visible.
wxPython4
2021-10-18, Edouard Tisserant
3860a6ad6998
IDE: fix wxpython4 sequel : project "add" menu was having no extension entry visible.
# -*- 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")