beremiz
Clone
Summary
Browse
Changes
Graph
IDE: removed one (last ?) wx.NewId() that was called on each opening of project tree popup menu
2022-02-15, Edouard Tisserant
2739fbd82569
IDE: removed one (last ?) wx.NewId() that was called on each opening of project tree popup menu
# -*- 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")