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
359e6485
Commit
359e6485
authored
Oct 30, 2014
by
Marco Ciampa
Committed by
Wayne Stambaugh
Oct 30, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More renaming instances of module to footprint for consistency.
parent
96f61af1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
class_pcb_layer_widget.cpp
pcbnew/class_pcb_layer_widget.cpp
+2
-2
menubar_modedit.cpp
pcbnew/menubar_modedit.cpp
+1
-1
muonde.cpp
pcbnew/muonde.cpp
+2
-2
No files found.
pcbnew/class_pcb_layer_widget.cpp
View file @
359e6485
...
...
@@ -73,8 +73,8 @@ const LAYER_WIDGET::ROW PCB_LAYER_WIDGET::s_render_rows[] = {
RR
(
_
(
"Anchors"
),
ANCHOR_VISIBLE
,
WHITE
,
_
(
"Show footprint and text origins as a cross"
)
),
RR
(
_
(
"Grid"
),
GRID_VISIBLE
,
WHITE
,
_
(
"Show the (x,y) grid dots"
)
),
RR
(
_
(
"No-Connects"
),
NO_CONNECTS_VISIBLE
,
UNSPECIFIED_COLOR
,
_
(
"Show a marker on pads which have no net connected"
)
),
RR
(
_
(
"
Module
s Front"
),
MOD_FR_VISIBLE
,
UNSPECIFIED_COLOR
,
_
(
"Show footprints that are on board's front"
)
),
RR
(
_
(
"
Module
s Back"
),
MOD_BK_VISIBLE
,
UNSPECIFIED_COLOR
,
_
(
"Show footprints that are on board's back"
)
),
RR
(
_
(
"
Footprint
s Front"
),
MOD_FR_VISIBLE
,
UNSPECIFIED_COLOR
,
_
(
"Show footprints that are on board's front"
)
),
RR
(
_
(
"
Footprint
s Back"
),
MOD_BK_VISIBLE
,
UNSPECIFIED_COLOR
,
_
(
"Show footprints that are on board's back"
)
),
RR
(
_
(
"Values"
),
MOD_VALUES_VISIBLE
,
UNSPECIFIED_COLOR
,
_
(
"Show footprint's values"
)
),
RR
(
_
(
"References"
),
MOD_REFERENCES_VISIBLE
,
UNSPECIFIED_COLOR
,
_
(
"Show footprint's references"
)
),
};
...
...
pcbnew/menubar_modedit.cpp
View file @
359e6485
...
...
@@ -273,7 +273,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
// Anchor
AddMenuItem
(
placeMenu
,
ID_MODEDIT_ANCHOR_TOOL
,
_
(
"A&nchor"
),
_
(
"Place footprint
module
reference anchor"
),
_
(
"Place footprint reference anchor"
),
KiBitmap
(
anchor_xpm
)
);
// Menu Help:
...
...
pcbnew/muonde.cpp
View file @
359e6485
...
...
@@ -1075,7 +1075,7 @@ void PCB_EDIT_FRAME::Edit_Gap( wxDC* DC, MODULE* aModule )
if
(
pad
==
NULL
)
{
DisplayError
(
this
,
_
(
"No pad for this
module
"
)
);
DisplayError
(
this
,
_
(
"No pad for this
footprint
"
)
);
return
;
}
...
...
@@ -1083,7 +1083,7 @@ void PCB_EDIT_FRAME::Edit_Gap( wxDC* DC, MODULE* aModule )
if
(
next_pad
==
NULL
)
{
DisplayError
(
this
,
_
(
"Only one pad for this
module
"
)
);
DisplayError
(
this
,
_
(
"Only one pad for this
footprint
"
)
);
return
;
}
...
...
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