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
1d80fb74
Commit
1d80fb74
authored
Oct 08, 2014
by
Mark Roszko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reword count labels to be more proper
parent
87aba606
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
dialog_erc_base.cpp
eeschema/dialogs/dialog_erc_base.cpp
+3
-3
dialog_erc_base.fbp
eeschema/dialogs/dialog_erc_base.fbp
+3
-3
No files found.
eeschema/dialogs/dialog_erc_base.cpp
View file @
1d80fb74
...
@@ -42,21 +42,21 @@ DIALOG_ERC_BASE::DIALOG_ERC_BASE( wxWindow* parent, wxWindowID id, const wxStrin
...
@@ -42,21 +42,21 @@ DIALOG_ERC_BASE::DIALOG_ERC_BASE( wxWindow* parent, wxWindowID id, const wxStrin
wxGridSizer
*
gSizeDiag
;
wxGridSizer
*
gSizeDiag
;
gSizeDiag
=
new
wxGridSizer
(
3
,
2
,
0
,
0
);
gSizeDiag
=
new
wxGridSizer
(
3
,
2
,
0
,
0
);
m_ErcTotalErrorsText
=
new
wxStaticText
(
m_PanelERC
,
wxID_ANY
,
_
(
"Total
errors count:
"
),
wxDefaultPosition
,
wxDefaultSize
,
wxALIGN_RIGHT
);
m_ErcTotalErrorsText
=
new
wxStaticText
(
m_PanelERC
,
wxID_ANY
,
_
(
"Total
:
"
),
wxDefaultPosition
,
wxDefaultSize
,
wxALIGN_RIGHT
);
m_ErcTotalErrorsText
->
Wrap
(
-
1
);
m_ErcTotalErrorsText
->
Wrap
(
-
1
);
gSizeDiag
->
Add
(
m_ErcTotalErrorsText
,
0
,
wxALIGN_CENTER_VERTICAL
,
5
);
gSizeDiag
->
Add
(
m_ErcTotalErrorsText
,
0
,
wxALIGN_CENTER_VERTICAL
,
5
);
m_TotalErrCount
=
new
wxTextCtrl
(
m_PanelERC
,
wxID_ANY
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
wxTE_READONLY
);
m_TotalErrCount
=
new
wxTextCtrl
(
m_PanelERC
,
wxID_ANY
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
wxTE_READONLY
);
gSizeDiag
->
Add
(
m_TotalErrCount
,
0
,
wxALIGN_CENTER_VERTICAL
,
5
);
gSizeDiag
->
Add
(
m_TotalErrCount
,
0
,
wxALIGN_CENTER_VERTICAL
,
5
);
m_WarnErcErrorsText
=
new
wxStaticText
(
m_PanelERC
,
wxID_ANY
,
_
(
"Warnings
count
:"
),
wxDefaultPosition
,
wxDefaultSize
,
wxALIGN_RIGHT
);
m_WarnErcErrorsText
=
new
wxStaticText
(
m_PanelERC
,
wxID_ANY
,
_
(
"Warnings:"
),
wxDefaultPosition
,
wxDefaultSize
,
wxALIGN_RIGHT
);
m_WarnErcErrorsText
->
Wrap
(
-
1
);
m_WarnErcErrorsText
->
Wrap
(
-
1
);
gSizeDiag
->
Add
(
m_WarnErcErrorsText
,
0
,
wxALIGN_CENTER_VERTICAL
,
5
);
gSizeDiag
->
Add
(
m_WarnErcErrorsText
,
0
,
wxALIGN_CENTER_VERTICAL
,
5
);
m_LastWarningCount
=
new
wxTextCtrl
(
m_PanelERC
,
wxID_ANY
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
wxTE_READONLY
);
m_LastWarningCount
=
new
wxTextCtrl
(
m_PanelERC
,
wxID_ANY
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
wxTE_READONLY
);
gSizeDiag
->
Add
(
m_LastWarningCount
,
0
,
wxALIGN_CENTER_VERTICAL
,
5
);
gSizeDiag
->
Add
(
m_LastWarningCount
,
0
,
wxALIGN_CENTER_VERTICAL
,
5
);
m_LastErrCountText
=
new
wxStaticText
(
m_PanelERC
,
wxID_ANY
,
_
(
"Errors
count
:"
),
wxDefaultPosition
,
wxDefaultSize
,
wxALIGN_RIGHT
);
m_LastErrCountText
=
new
wxStaticText
(
m_PanelERC
,
wxID_ANY
,
_
(
"Errors:"
),
wxDefaultPosition
,
wxDefaultSize
,
wxALIGN_RIGHT
);
m_LastErrCountText
->
Wrap
(
-
1
);
m_LastErrCountText
->
Wrap
(
-
1
);
gSizeDiag
->
Add
(
m_LastErrCountText
,
0
,
wxALIGN_CENTER_VERTICAL
,
5
);
gSizeDiag
->
Add
(
m_LastErrCountText
,
0
,
wxALIGN_CENTER_VERTICAL
,
5
);
...
...
eeschema/dialogs/dialog_erc_base.fbp
View file @
1d80fb74
...
@@ -323,7 +323,7 @@
...
@@ -323,7 +323,7 @@
<property
name=
"gripper"
>
0
</property>
<property
name=
"gripper"
>
0
</property>
<property
name=
"hidden"
>
0
</property>
<property
name=
"hidden"
>
0
</property>
<property
name=
"id"
>
wxID_ANY
</property>
<property
name=
"id"
>
wxID_ANY
</property>
<property
name=
"label"
>
Total
errors count:
</property>
<property
name=
"label"
>
Total
:
</property>
<property
name=
"max_size"
></property>
<property
name=
"max_size"
></property>
<property
name=
"maximize_button"
>
0
</property>
<property
name=
"maximize_button"
>
0
</property>
<property
name=
"maximum_size"
></property>
<property
name=
"maximum_size"
></property>
...
@@ -497,7 +497,7 @@
...
@@ -497,7 +497,7 @@
<property
name=
"gripper"
>
0
</property>
<property
name=
"gripper"
>
0
</property>
<property
name=
"hidden"
>
0
</property>
<property
name=
"hidden"
>
0
</property>
<property
name=
"id"
>
wxID_ANY
</property>
<property
name=
"id"
>
wxID_ANY
</property>
<property
name=
"label"
>
Warnings
count
:
</property>
<property
name=
"label"
>
Warnings:
</property>
<property
name=
"max_size"
></property>
<property
name=
"max_size"
></property>
<property
name=
"maximize_button"
>
0
</property>
<property
name=
"maximize_button"
>
0
</property>
<property
name=
"maximum_size"
></property>
<property
name=
"maximum_size"
></property>
...
@@ -671,7 +671,7 @@
...
@@ -671,7 +671,7 @@
<property
name=
"gripper"
>
0
</property>
<property
name=
"gripper"
>
0
</property>
<property
name=
"hidden"
>
0
</property>
<property
name=
"hidden"
>
0
</property>
<property
name=
"id"
>
wxID_ANY
</property>
<property
name=
"id"
>
wxID_ANY
</property>
<property
name=
"label"
>
Errors
count
:
</property>
<property
name=
"label"
>
Errors:
</property>
<property
name=
"max_size"
></property>
<property
name=
"max_size"
></property>
<property
name=
"maximize_button"
>
0
</property>
<property
name=
"maximize_button"
>
0
</property>
<property
name=
"maximum_size"
></property>
<property
name=
"maximum_size"
></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