kicad/eeschema/netlist_exporters
jean-pierre charras f5c47a191b 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).
2015-04-02 20:51:47 +02:00
..
netlist_exporter.cpp eeschema restructure of netlist export code. 2015-03-21 11:46:54 +01:00
netlist_exporter.h eeschema restructure of netlist export code. 2015-03-21 11:46:54 +01:00
netlist_exporter_cadstar.cpp eeschema restructure of netlist export code. 2015-03-21 11:46:54 +01:00
netlist_exporter_cadstar.h eeschema restructure of netlist export code. 2015-03-21 11:46:54 +01:00
netlist_exporter_generic.cpp eeschema: fix Bug #1437604 (double translation of some messages in pin editor dialog) relative to some static strings flagged "to be translated". 2015-04-02 20:51:47 +02:00
netlist_exporter_generic.h eeschema restructure of netlist export code. 2015-03-21 11:46:54 +01:00
netlist_exporter_kicad.cpp eeschema restructure of netlist export code. 2015-03-21 11:46:54 +01:00
netlist_exporter_kicad.h eeschema restructure of netlist export code. 2015-03-21 11:46:54 +01:00
netlist_exporter_orcadpcb2.cpp eeschema restructure of netlist export code. 2015-03-21 11:46:54 +01:00
netlist_exporter_orcadpcb2.h eeschema restructure of netlist export code. 2015-03-21 11:46:54 +01:00
netlist_exporter_pspice.cpp eeschema restructure of netlist export code. 2015-03-21 11:46:54 +01:00
netlist_exporter_pspice.h eeschema restructure of netlist export code. 2015-03-21 11:46:54 +01:00