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
6216eccd
Commit
6216eccd
authored
Jan 30, 2010
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tooltip typo
parent
c7bbbeed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pcbframe.cpp
pcbnew/pcbframe.cpp
+2
-2
No files found.
pcbnew/pcbframe.cpp
View file @
6216eccd
...
...
@@ -131,8 +131,8 @@ PCB_LAYER_WIDGET::PCB_LAYER_WIDGET( WinEDA_PcbFrame* aParent, wxWindow* aFocusOw
RR
(
_
(
"No-Connects"
),
NO_CONNECTS_VISIBLE
,
-
1
,
_
(
"Show a marker on pads which have no net connected"
)
),
RR
(
_
(
"Modules Front"
),
MOD_FR_VISIBLE
,
-
1
,
_
(
"Show footprints that are on board's front"
)
),
RR
(
_
(
"Modules Back"
),
MOD_BK_VISIBLE
,
-
1
,
_
(
"Show footprints that are on board's back"
)
),
RR
(
_
(
"Values"
),
MOD_VALUES_VISIBLE
,
-
1
,
_
(
"Show footprints values"
)
),
RR
(
_
(
"References"
),
MOD_REFERENCES_VISIBLE
,
-
1
,
_
(
"Show footprints references"
)
),
RR
(
_
(
"Values"
),
MOD_VALUES_VISIBLE
,
-
1
,
_
(
"Show footprint
'
s values"
)
),
RR
(
_
(
"References"
),
MOD_REFERENCES_VISIBLE
,
-
1
,
_
(
"Show footprint
'
s references"
)
),
};
for
(
unsigned
row
=
0
;
row
<
DIM
(
renderRows
);
++
row
)
...
...
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