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
32eb568e
Commit
32eb568e
authored
Nov 14, 2014
by
Nick Østergaard
Committed by
Wayne Stambaugh
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pcbnew place track menu entry hot key text fix.
parent
030e4795
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
menubar_pcbframe.cpp
pcbnew/menubar_pcbframe.cpp
+3
-3
No files found.
pcbnew/menubar_pcbframe.cpp
View file @
32eb568e
...
...
@@ -370,7 +370,7 @@ void PCB_EDIT_FRAME::ReCreateMenuBar()
_
(
"Add footprints"
),
KiBitmap
(
module_xpm
)
);
text
=
AddHotkeyName
(
_
(
"&Track"
),
g_Pcbnew_Editor_Hokeys_Descr
,
HK_ADD_NEW_TRACK
,
IS_COMMENT
);
HK_ADD_NEW_TRACK
);
AddMenuItem
(
placeMenu
,
ID_TRACK_BUTT
,
text
,
_
(
"Add tracks and vias"
),
KiBitmap
(
add_tracks_xpm
)
);
...
...
@@ -381,8 +381,8 @@ void PCB_EDIT_FRAME::ReCreateMenuBar()
_
(
"&Keepout Area"
),
_
(
"Add keepout areas"
),
KiBitmap
(
add_keepout_area_xpm
)
);
AddMenuItem
(
placeMenu
,
ID_PCB_ADD_TEXT_BUTT
,
_
(
"Te&xt"
),
_
(
"Add text on copper layers or graphic text"
),
KiBitmap
(
add_text_xpm
)
);
_
(
"Te&xt"
),
_
(
"Add text on copper layers or graphic text"
),
KiBitmap
(
add_text_xpm
)
);
AddMenuItem
(
placeMenu
,
ID_PCB_ARC_BUTT
,
_
(
"&Arc"
),
_
(
"Add graphic arc"
),
KiBitmap
(
add_arc_xpm
)
);
...
...
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