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
dd5386db
Commit
dd5386db
authored
Dec 10, 2010
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor change to match UI policy
parent
adb4ad1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
dialog_plot_base.cpp
pcbnew/dialogs/dialog_plot_base.cpp
+2
-2
dialog_plot_base.fbp
pcbnew/dialogs/dialog_plot_base.fbp
+2
-2
No files found.
pcbnew/dialogs/dialog_plot_base.cpp
View file @
dd5386db
...
...
@@ -35,7 +35,7 @@ DIALOG_PLOT_BASE::DIALOG_PLOT_BASE( wxWindow* parent, wxWindowID id, const wxStr
bLeftSizer
->
Add
(
sbLayersSizer
,
1
,
wxEXPAND
,
5
);
m_Use_Gerber_Extensions
=
new
wxCheckBox
(
this
,
ID_USE_GERBER_EXTENSIONS
,
_
(
"Use
Proper Gerber E
xtensions"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_Use_Gerber_Extensions
=
new
wxCheckBox
(
this
,
ID_USE_GERBER_EXTENSIONS
,
_
(
"Use
proper Gerber e
xtensions"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_Use_Gerber_Extensions
->
SetToolTip
(
_
(
"Use Proper Gerber Extensions - .GBL, .GTL, etc..."
)
);
bLeftSizer
->
Add
(
m_Use_Gerber_Extensions
,
0
,
wxTOP
|
wxRIGHT
|
wxLEFT
,
5
);
...
...
@@ -45,7 +45,7 @@ DIALOG_PLOT_BASE::DIALOG_PLOT_BASE( wxWindow* parent, wxWindowID id, const wxStr
bLeftSizer
->
Add
(
m_Exclude_Edges_Pcb
,
0
,
wxTOP
|
wxRIGHT
|
wxLEFT
,
5
);
m_SubtractMaskFromSilk
=
new
wxCheckBox
(
this
,
wxID_ANY
,
_
(
"Subtract
Mask from S
ilk"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_SubtractMaskFromSilk
=
new
wxCheckBox
(
this
,
wxID_ANY
,
_
(
"Subtract
mask from s
ilk"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_SubtractMaskFromSilk
->
SetToolTip
(
_
(
"Remove silkscreen from areas without soldermask"
)
);
bLeftSizer
->
Add
(
m_SubtractMaskFromSilk
,
0
,
wxTOP
|
wxRIGHT
|
wxLEFT
,
5
);
...
...
pcbnew/dialogs/dialog_plot_base.fbp
View file @
dd5386db
...
...
@@ -158,7 +158,7 @@
<property
name=
"font"
></property>
<property
name=
"hidden"
>
0
</property>
<property
name=
"id"
>
ID_USE_GERBER_EXTENSIONS
</property>
<property
name=
"label"
>
Use
Proper Gerber E
xtensions
</property>
<property
name=
"label"
>
Use
proper Gerber e
xtensions
</property>
<property
name=
"maximum_size"
></property>
<property
name=
"minimum_size"
></property>
<property
name=
"name"
>
m_Use_Gerber_Extensions
</property>
...
...
@@ -272,7 +272,7 @@
<property
name=
"font"
></property>
<property
name=
"hidden"
>
0
</property>
<property
name=
"id"
>
wxID_ANY
</property>
<property
name=
"label"
>
Subtract
Mask from S
ilk
</property>
<property
name=
"label"
>
Subtract
mask from s
ilk
</property>
<property
name=
"maximum_size"
></property>
<property
name=
"minimum_size"
></property>
<property
name=
"name"
>
m_SubtractMaskFromSilk
</property>
...
...
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