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
5f6cd454
Commit
5f6cd454
authored
Mar 24, 2011
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Italian translator. very minor 2 other fixes
parent
6d713f06
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
gerber_recent_files.xpm
bitmaps/gerber_recent_files.xpm
+1
-1
AboutDialog_main.cpp
common/dialog_about/AboutDialog_main.cpp
+3
-0
locate.cpp
eeschema/locate.cpp
+1
-1
No files found.
bitmaps/gerber_recent_files.xpm
View file @
5f6cd454
/* XPM */
char *gerber_recent_files_xpm[] = {
c
onst c
har *gerber_recent_files_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 16 1",
"$ c #969997",
...
...
common/dialog_about/AboutDialog_main.cpp
View file @
5f6cd454
...
...
@@ -255,6 +255,9 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
info
.
AddTranslator
(
new
Contributor
(
wxT
(
"Manolis Stefanis and Milonas Kostas"
),
wxT
(
"milonas.ko@gmail.com"
),
wxT
(
"Greek (el_GR)"
),
new
wxBitmap
(
lang_gr_xpm
)
)
);
info
.
AddTranslator
(
new
Contributor
(
wxT
(
"Massimo Cioce"
),
wxT
(
"ciocemax@alice.it"
),
wxT
(
"Italian (IT)"
),
new
wxBitmap
(
lang_it_xpm
)
)
);
/* TODO: are these all russian translators, placed them here now, or else align them below other language maintainer with mail adress */
info
.
AddTranslator
(
new
Contributor
(
wxT
(
"Remy Halvick"
),
wxEmptyString
,
wxT
(
"Others"
)
)
);
...
...
eeschema/locate.cpp
View file @
5f6cd454
...
...
@@ -32,7 +32,7 @@
*/
SCH_COMPONENT
*
LocateSmallestComponent
(
SCH_SCREEN
*
Screen
)
{
double
area
;
double
area
=
0.0
;
// Quiet compiler
EDA_Rect
rect
;
PICKED_ITEMS_LIST
itemList
;
SCH_COMPONENT
*
component
=
NULL
;
...
...
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