Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
dbfa52ec
Commit
dbfa52ec
authored
Nov 08, 2007
by
plyatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Elimination of compilation errors for cvpcb, kicad, and eeschema.
parent
c1fd8cdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
infospgm.cpp
share/infospgm.cpp
+3
-3
No files found.
share/infospgm.cpp
View file @
dbfa52ec
...
...
@@ -25,15 +25,15 @@ MsgInfos = wxT("** PCBNEW (sept 1992 .. 2007) **");
#endif
#ifdef CVPCB
MsgInfos
=
wxT
(
"** CVPCB (sept 1992 .. 2007) **"
)
MsgInfos
=
wxT
(
"** CVPCB (sept 1992 .. 2007) **"
)
;
#endif
#ifdef KICAD
MsgInfos
=
wxT
(
"** KICAD (jul 2000 .. 2007) **"
)
MsgInfos
=
wxT
(
"** KICAD (jul 2000 .. 2007) **"
)
;
#endif
#ifdef EESCHEMA
MsgInfos
=
wxT
(
"** EESCHEMA (sept 1994 .. 2007) **"
)
MsgInfos
=
wxT
(
"** EESCHEMA (sept 1994 .. 2007) **"
)
;
#endif
// Routines Locales
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment