Elimination of compilation errors for cvpcb, kicad, and eeschema.
This commit is contained in:
parent
c1fd8cdf46
commit
dbfa52ecd4
|
@ -25,15 +25,15 @@ MsgInfos = wxT("** PCBNEW (sept 1992 .. 2007) **");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CVPCB
|
#ifdef CVPCB
|
||||||
MsgInfos = wxT("** CVPCB (sept 1992 .. 2007) **")
|
MsgInfos = wxT("** CVPCB (sept 1992 .. 2007) **");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef KICAD
|
#ifdef KICAD
|
||||||
MsgInfos = wxT("** KICAD (jul 2000 .. 2007) **")
|
MsgInfos = wxT("** KICAD (jul 2000 .. 2007) **");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef EESCHEMA
|
#ifdef EESCHEMA
|
||||||
MsgInfos = wxT("** EESCHEMA (sept 1994 .. 2007) **")
|
MsgInfos = wxT("** EESCHEMA (sept 1994 .. 2007) **");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Routines Locales
|
// Routines Locales
|
||||||
|
|
Loading…
Reference in New Issue