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
ea51ffc6
Commit
ea51ffc6
authored
Oct 03, 2007
by
plyatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos correction.
parent
aba115f0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
block.cpp
pcbnew/block.cpp
+2
-0
dialog_edit_module.cpp
pcbnew/dialog_edit_module.cpp
+2
-2
No files found.
pcbnew/block.cpp
View file @
ea51ffc6
...
...
@@ -108,6 +108,8 @@ WinEDA_ExecBlockCmdFrame::WinEDA_ExecBlockCmdFrame( WinEDA_BasePcbFrame* parent,
m_Parent
=
parent
;
SetFont
(
*
g_DialogFont
);
Centre
();
this
->
SetSizeHints
(
wxDefaultSize
,
wxDefaultSize
);
this
->
SetFont
(
wxFont
(
wxNORMAL_FONT
->
GetPointSize
(),
70
,
90
,
90
,
false
,
wxEmptyString
)
);
/* Sizer 1 creation */
wxFlexGridSizer
*
fgSizer1
;
...
...
pcbnew/dialog_edit_module.cpp
View file @
ea51ffc6
...
...
@@ -185,7 +185,7 @@ void WinEDA_ModulePropertiesFrame::BuildPanelModuleProperties( bool FullOptions
Button
->
SetForegroundColour
(
wxColor
(
80
,
40
,
0
)
);
PropRightSizer
->
Add
(
Button
,
0
,
wxGROW
|
wxALL
,
5
);
Button
=
new
wxButton
(
m_PanelProperties
,
ID_GOTO_MODULE_EDITOR
,
_
(
"
Goto Module Editor
"
)
);
_
(
"
Edit Module
"
)
);
Button
->
SetForegroundColour
(
wxColor
(
0
,
128
,
80
)
);
PropRightSizer
->
Add
(
Button
,
0
,
wxGROW
|
wxALL
,
5
);
}
...
...
@@ -289,7 +289,7 @@ void WinEDA_ModulePropertiesFrame::BuildPanelModuleProperties( bool FullOptions
/* Controls on right side of the dialog */
wxString
attribut_list
[
3
]
=
{
_
(
"Normal"
),
_
(
"Normal+Insert"
),
_
(
"Virtual"
)
};
m_AttributsCtrl
=
new
wxRadioBox
(
m_PanelProperties
,
-
1
,
_
(
"Attributs"
),
wxDefaultPosition
,
m_AttributsCtrl
=
new
wxRadioBox
(
m_PanelProperties
,
-
1
,
_
(
"Attribut
e
s"
),
wxDefaultPosition
,
wxSize
(
-
1
,
-
1
),
3
,
attribut_list
,
1
);
#if wxCHECK_VERSION( 2, 8, 0 )
m_AttributsCtrl
->
SetItemToolTip
(
0
,
_
(
"Use this attribute for most non smd components"
)
);
...
...
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