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
0349e4b1
Commit
0349e4b1
authored
Jan 21, 2008
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
specctra export support
parent
8d79a82b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
menubarpcb.cpp
pcbnew/menubarpcb.cpp
+1
-1
No files found.
pcbnew/menubarpcb.cpp
View file @
0349e4b1
...
@@ -100,7 +100,7 @@ void WinEDA_PcbFrame::ReCreateMenuBar()
...
@@ -100,7 +100,7 @@ void WinEDA_PcbFrame::ReCreateMenuBar()
wxMenu
*
submenuexport
=
new
wxMenu
();
wxMenu
*
submenuexport
=
new
wxMenu
();
item
=
new
wxMenuItem
(
submenuexport
,
ID_GEN_EXPORT_SPECCTRA
,
item
=
new
wxMenuItem
(
submenuexport
,
ID_GEN_EXPORT_SPECCTRA
,
_
(
"&Specctra DSN"
),
_
(
"Export board to a
\"
Specctra DSN
\"
file"
)
);
_
(
"&Specctra DSN"
),
_
(
"Export
the current
board to a
\"
Specctra DSN
\"
file"
)
);
item
->
SetBitmap
(
export_xpm
);
item
->
SetBitmap
(
export_xpm
);
submenuexport
->
Append
(
item
);
submenuexport
->
Append
(
item
);
...
...
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