lpcmanager
Clone
Summary
Browse
Changes
Graph
The string must not be translated when using GetValueByName and SetValueByName functions.
2019-05-08, dgaberscek
02b0e9d00384
The string must not be translated when using GetValueByName and SetValueByName functions.
from __future__ import absolute_import
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor