Fix typo in commit cf8618
This commit is contained in:
parent
56374ffa26
commit
749d2d5987
|
@ -97,7 +97,7 @@ BEGIN_EVENT_TABLE( KICAD_MANAGER_FRAME, EDA_BASE_FRAME )
|
|||
END_EVENT_TABLE()
|
||||
|
||||
|
||||
#ifdef KICAD_PCM
|
||||
#ifdef PCM
|
||||
// See below the purpose of this include
|
||||
#include <wx/xml/xml.h>
|
||||
#endif
|
||||
|
@ -114,7 +114,7 @@ KICAD_MANAGER_FRAME::KICAD_MANAGER_FRAME( wxWindow* parent, const wxString& titl
|
|||
m_leftWinWidth = 250; // Default value
|
||||
m_aboutTitle = "KiCad";
|
||||
|
||||
#ifdef KICAD_PCM
|
||||
#ifdef PCM
|
||||
// JPC: A very ugly hack to fix an issue on Linux: if the wxbase315u_xml_gcc_custom.so is
|
||||
// used **only** in PCM, it is not found in some cases at run time.
|
||||
// So just use it in the main module to avoid a not found issue
|
||||
|
|
Loading…
Reference in New Issue