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
e567ffdc
Commit
e567ffdc
authored
Sep 14, 2007
by
plyatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
d25add93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
menubarpcb.cpp
pcbnew/menubarpcb.cpp
+5
-5
No files found.
pcbnew/menubarpcb.cpp
View file @
e567ffdc
...
...
@@ -90,7 +90,7 @@ wxMenuBar * menuBar = GetMenuBar();
// Add plot menu
item
=
new
wxMenuItem
(
m_FilesMenu
,
ID_GEN_PLOT
,
_
(
"&Plot"
),
_
(
"Plot (HPGL, PostScript, or G
ERBER
format)"
));
_
(
"Plot (HPGL, PostScript, or G
erber
format)"
));
item
->
SetBitmap
(
plot_xpm
);
m_FilesMenu
->
Append
(
item
);
...
...
@@ -172,13 +172,13 @@ wxMenuBar * menuBar = GetMenuBar();
m_Parent
->
SetLanguageList
(
configmenu
);
configmenu
->
AppendSeparator
();
item
=
new
wxMenuItem
(
configmenu
,
ID_CONFIG_SAVE
,
_
(
"&Save
Setup
"
),
_
(
"Save
options in current directory
"
));
item
=
new
wxMenuItem
(
configmenu
,
ID_CONFIG_SAVE
,
_
(
"&Save
preferences
"
),
_
(
"Save
application preferences
"
));
item
->
SetBitmap
(
save_setup_xpm
);
configmenu
->
Append
(
item
);
item
=
new
wxMenuItem
(
configmenu
,
ID_CONFIG_READ
,
_
(
"&Read
Setup
"
),
_
(
"Read
options from a selected config file
"
));
item
=
new
wxMenuItem
(
configmenu
,
ID_CONFIG_READ
,
_
(
"&Read
preferences
"
),
_
(
"Read
application preferences
"
));
item
->
SetBitmap
(
read_setup_xpm
);
configmenu
->
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