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
b24bbab0
Commit
b24bbab0
authored
Jun 08, 2009
by
jerryjacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Solves bug 2802877
parent
edb48d46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
dialog_edit_component_in_lib.cpp
eeschema/dialog_edit_component_in_lib.cpp
+2
-2
dialog_edit_component_in_lib.pjd
eeschema/dialog_edit_component_in_lib.pjd
+2
-2
No files found.
eeschema/dialog_edit_component_in_lib.cpp
View file @
b24bbab0
...
...
@@ -167,7 +167,7 @@ void WinEDA_PartPropertiesFrame::CreateControls()
m_PanelDocBoxSizer
=
new
wxBoxSizer
(
wxVERTICAL
);
m_PanelDoc
->
SetSizer
(
m_PanelDocBoxSizer
);
wxStaticText
*
itemStaticText18
=
new
wxStaticText
(
m_PanelDoc
,
wxID_STATIC
,
_
(
"D
oc
:"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
wxStaticText
*
itemStaticText18
=
new
wxStaticText
(
m_PanelDoc
,
wxID_STATIC
,
_
(
"D
escription
:"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_PanelDocBoxSizer
->
Add
(
itemStaticText18
,
0
,
wxGROW
|
wxLEFT
|
wxRIGHT
|
wxTOP
|
wxADJUST_MINSIZE
,
5
);
m_Doc
=
new
wxTextCtrl
(
m_PanelDoc
,
ID_TEXTCTRL
,
_T
(
""
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
...
...
@@ -193,7 +193,7 @@ void WinEDA_PartPropertiesFrame::CreateControls()
wxButton
*
itemButton26
=
new
wxButton
(
m_PanelDoc
,
ID_BROWSE_DOC_FILES
,
_
(
"Browse DocFiles"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
itemBoxSizer24
->
Add
(
itemButton26
,
0
,
wxALIGN_CENTER_VERTICAL
|
wxALL
,
5
);
m_NoteBook
->
AddPage
(
m_PanelDoc
,
_
(
"D
oc
"
));
m_NoteBook
->
AddPage
(
m_PanelDoc
,
_
(
"D
escription
"
));
m_PanelAlias
=
new
wxPanel
(
m_NoteBook
,
ID_PANEL_ALIAS
,
wxDefaultPosition
,
wxDefaultSize
,
wxSUNKEN_BORDER
|
wxTAB_TRAVERSAL
);
...
...
eeschema/dialog_edit_component_in_lib.pjd
View file @
b24bbab0
...
...
@@ -1020,7 +1020,7 @@
<string
name=
"proxy-Implementation filename"
>
""
</string>
<string
name=
"proxy-Header filename"
>
""
</string>
<string
name=
"proxy-Member variable name"
>
"m_PanelDoc"
</string>
<string
name=
"proxy-Tab label"
>
"D
oc
"
</string>
<string
name=
"proxy-Tab label"
>
"D
escription
"
</string>
<string
name=
"proxy-Tab icon"
>
""
</string>
<string
name=
"proxy-Help text"
>
""
</string>
<string
name=
"proxy-Tooltip text"
>
""
</string>
...
...
@@ -1120,7 +1120,7 @@
<string
name=
"proxy-Implementation filename"
>
""
</string>
<string
name=
"proxy-Header filename"
>
""
</string>
<string
name=
"proxy-Member variable name"
>
""
</string>
<string
name=
"proxy-Label"
>
"D
oc
:"
</string>
<string
name=
"proxy-Label"
>
"D
escription
:"
</string>
<long
name=
"proxy-Wrapping width"
>
-1
</long>
<string
name=
"proxy-Help text"
>
""
</string>
<string
name=
"proxy-Tooltip text"
>
""
</string>
...
...
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