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
2e2bea3b
Commit
2e2bea3b
authored
Oct 11, 2013
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed IDs for the push and shove router menu
parent
d2618caa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
router_tool.cpp
pcbnew/router/router_tool.cpp
+8
-8
No files found.
pcbnew/router/router_tool.cpp
View file @
2e2bea3b
...
@@ -55,14 +55,14 @@ ROUTER_TOOL::ROUTER_TOOL() :
...
@@ -55,14 +55,14 @@ ROUTER_TOOL::ROUTER_TOOL() :
m_menu
=
new
CONTEXT_MENU
;
m_menu
=
new
CONTEXT_MENU
;
m_menu
->
SetTitle
(
wxT
(
"Interactive router"
)
);
// fixme: not implemented yet. Sorry.
m_menu
->
SetTitle
(
wxT
(
"Interactive router"
)
);
// fixme: not implemented yet. Sorry.
m_menu
->
Add
(
wxT
(
"Cancel"
),
0
);
m_menu
->
Add
(
wxT
(
"Cancel"
),
1
);
m_menu
->
Add
(
wxT
(
"New track"
),
1
);
m_menu
->
Add
(
wxT
(
"New track"
),
2
);
m_menu
->
Add
(
wxT
(
"End track"
),
2
);
m_menu
->
Add
(
wxT
(
"End track"
),
3
);
m_menu
->
Add
(
wxT
(
"Auto-end track"
),
3
);
m_menu
->
Add
(
wxT
(
"Auto-end track"
),
4
);
m_menu
->
Add
(
wxT
(
"Place via"
),
4
);
m_menu
->
Add
(
wxT
(
"Place via"
),
5
);
m_menu
->
Add
(
wxT
(
"Switch posture"
),
5
);
m_menu
->
Add
(
wxT
(
"Switch posture"
),
6
);
m_menu
->
Add
(
wxT
(
"Routing options..."
),
6
);
m_menu
->
Add
(
wxT
(
"Routing options..."
),
7
);
}
}
...
...
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