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
094c411a
Commit
094c411a
authored
Feb 22, 2009
by
jerryjacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Cyril Frausti to artist for some of his 3d modules, mail adres added of Iñigo Zuluagaz
parent
aceb988a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
about_kicad.cpp
common/about_kicad.cpp
+3
-4
No files found.
common/about_kicad.cpp
View file @
094c411a
...
@@ -57,8 +57,6 @@ void InitKiCadAbout( wxAboutDialogInfo& info )
...
@@ -57,8 +57,6 @@ void InitKiCadAbout( wxAboutDialogInfo& info )
#define FreeBSD
/**************************
/**************************
* Check Operating System *
* Check Operating System *
**************************/
**************************/
...
@@ -133,12 +131,13 @@ void InitKiCadAbout( wxAboutDialogInfo& info )
...
@@ -133,12 +131,13 @@ void InitKiCadAbout( wxAboutDialogInfo& info )
/* TODO are these all russian translators, placed them here now TODO
/* TODO are these all russian translators, placed them here now TODO
TODO or else align them below other language maintainer with mail adres TODO*/
TODO or else align them below other language maintainer with mail adres TODO*/
info
.
AddTranslator
(
SetMsg
(
wxT
(
"
\n
\n
Remy Halvick"
)
)
);
info
.
AddTranslator
(
SetMsg
(
wxT
(
"
\n
Remy Halvick"
)
)
);
info
.
AddTranslator
(
SetMsg
(
wxT
(
"David Briscoe"
)
)
);
info
.
AddTranslator
(
SetMsg
(
wxT
(
"David Briscoe"
)
)
);
info
.
AddTranslator
(
SetMsg
(
wxT
(
"Dominique Laigle"
)
)
);
info
.
AddTranslator
(
SetMsg
(
wxT
(
"Dominique Laigle"
)
)
);
info
.
AddTranslator
(
SetMsg
(
wxT
(
"Paul Burke"
)
)
);
info
.
AddTranslator
(
SetMsg
(
wxT
(
"Paul Burke"
)
)
);
/* Add programm credits for icons */
/* Add programm credits for icons */
info
.
AddArtist
(
wxT
(
"Icons by Iñigo Zuluaga"
)
);
info
.
AddArtist
(
wxT
(
"Icons by Iñigo Zuluaga
z <inigo_zuluaga@yahoo.es>
"
)
);
info
.
AddArtist
(
wxT
(
"3D modules by Renie Marquet <reniemarquet@uol.com.br>"
)
);
info
.
AddArtist
(
wxT
(
"3D modules by Renie Marquet <reniemarquet@uol.com.br>"
)
);
info
.
AddArtist
(
wxT
(
"3D modules by Cyril Frausti <cyril.frausti@gmail.com>"
)
);
}
}
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