• jean-pierre charras's avatar
    eeschema: fix Bug #1437604 (double translation of some messages in pin editor... · f5c47a19
    jean-pierre charras authored
    eeschema: fix Bug #1437604 (double translation of some messages in pin editor dialog) relative to some static strings flagged "to be translated".
    This is due to the fact static strings flagged translated ( _("string") notation)  are not translated  when they are static only if they are not inside a dll.
    When they are static inside a dll, the dictionary is already loaded, and the constructor translate them.
    Therefore they can be translated twice in dialogs are calling wxGetTranslation to show them, if the application is run from kicad.
    But if the application is run as stand alone, the translation is made only once (as expected).
    f5c47a19
Name
Last commit
Last update
..
netlist_exporter.cpp Loading commit data...
netlist_exporter.h Loading commit data...
netlist_exporter_cadstar.cpp Loading commit data...
netlist_exporter_cadstar.h Loading commit data...
netlist_exporter_generic.cpp Loading commit data...
netlist_exporter_generic.h Loading commit data...
netlist_exporter_kicad.cpp Loading commit data...
netlist_exporter_kicad.h Loading commit data...
netlist_exporter_orcadpcb2.cpp Loading commit data...
netlist_exporter_orcadpcb2.h Loading commit data...
netlist_exporter_pspice.cpp Loading commit data...
netlist_exporter_pspice.h Loading commit data...