Eeschema: boom generator: ugly fix on Windows to allow xsltproc.exe working from the command line created from bom dialog.
(On windows, xsltproc.exe does not accept '\' in output filename, only '/' like on Unix, so this separator is converted when possible)
Minor code cleanup
m_checkBoxShowConsole->SetToolTip(_("By default, command line runs with hidden console window and output is redirected to \"Plugin info\" field.Set this option to show the window of the running command."));
m_checkBoxShowConsole->SetValue(true);
m_checkBoxShowConsole->SetToolTip(_("By default, command line runs with hidden console window and output is redirected to \"Plugin info\" field.\nSet this option to show the window of the running command."));
<property name="tooltip">By default, command line runs with hidden console window and output is redirected to "Plugin info" field.Set this option to show the window of the running command.</property>
<property name="tooltip">By default, command line runs with hidden console window and output is redirected to "Plugin info" field.
Set this option to show the window of the running command.</property>
@ -94,7 +94,7 @@ class DIALOG_BOM_BASE : public DIALOG_SHIM
public:
DIALOG_BOM_BASE(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Bill of Material"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(409,393),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
DIALOG_BOM_BASE(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Bill of Material"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(500,397),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);