From ff567328ed0cc606e632e6e7d1f86a1b1b696b83 Mon Sep 17 00:00:00 2001 From: plyatov Date: Wed, 7 Nov 2007 20:01:25 +0000 Subject: [PATCH] Elimination of compilation errors with Cmake. --- share/infospgm.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/share/infospgm.cpp b/share/infospgm.cpp index 2dfe399513..c703d73a9d 100644 --- a/share/infospgm.cpp +++ b/share/infospgm.cpp @@ -14,27 +14,27 @@ // Import: extern wxString g_Main_Title; -wxString MsgInfos( +wxString MsgInfos; + #ifdef GERBVIEW -wxT("** GERBVIEW (jul 2001 .. 2007) **") +MsgInfos = wxT("** GERBVIEW (jul 2001 .. 2007) **"); #else #ifdef PCBNEW -wxT("** PCBNEW (sept 1992 .. 2007) **") +MsgInfos = wxT("** PCBNEW (sept 1992 .. 2007) **"); #endif #endif #ifdef CVPCB -wxT("** CVPCB (sept 1992 .. 2007) **") +MsgInfos = wxT("** CVPCB (sept 1992 .. 2007) **") #endif #ifdef KICAD -wxT("** KICAD (jul 2000 .. 2007) **") +MsgInfos = wxT("** KICAD (jul 2000 .. 2007) **") #endif #ifdef EESCHEMA -wxT("** EESCHEMA (sept 1994 .. 2007) **") +MsgInfos = wxT("** EESCHEMA (sept 1994 .. 2007) **") #endif -); // Routines Locales