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
3c5c795c
Commit
3c5c795c
authored
Apr 28, 2013
by
Lorenzo Marcantonio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Message fix: SMD is an acronym, should be upper case
parent
2080739f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dialog_edit_module_for_Modedit.cpp
pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp
+2
-2
No files found.
pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp
View file @
3c5c795c
...
...
@@ -117,9 +117,9 @@ void DIALOG_MODULE_MODULE_EDITOR::initModeditProperties()
m_ValueCtrl
->
SetValue
(
m_valueCopy
->
GetText
()
);
m_FootprintNameCtrl
->
SetValue
(
m_currentModule
->
GetLibRef
()
);
m_AttributsCtrl
->
SetItemToolTip
(
0
,
_
(
"Use this attribute for most non
smd
components"
)
);
m_AttributsCtrl
->
SetItemToolTip
(
0
,
_
(
"Use this attribute for most non
SMD
components"
)
);
m_AttributsCtrl
->
SetItemToolTip
(
1
,
_
(
"Use this attribute for
smd
components.
\n
Only components with this option are put in the footprint position list file"
)
);
_
(
"Use this attribute for
SMD
components.
\n
Only components with this option are put in the footprint position list file"
)
);
m_AttributsCtrl
->
SetItemToolTip
(
2
,
_
(
"Use this attribute for
\"
virtual
\"
components drawn on board (like a old ISA PC bus connector)"
)
);
...
...
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