removed redundant Tools menu entries: insert wire label

This commit is contained in:
stefan schippers 2024-03-12 22:56:50 +01:00
parent 927ef74fe1
commit c747d59a90
1 changed files with 0 additions and 3 deletions

View File

@ -7720,9 +7720,6 @@ proc build_widgets { {topwin {} } } {
-selectcolor $selectcolor -variable disable_unique_names
$topwin.menubar.tools.menu add command -label "Insert symbol" -command "xschem place_symbol" -accelerator {Ins, Shift-I}
toolbar_add ToolInsertSymbol "xschem place_symbol" "Insert Symbol" $topwin
$topwin.menubar.tools.menu add command -label "Insert wire label" -command "xschem net_label 1" -accelerator {Alt-L}
$topwin.menubar.tools.menu add command -label "Insert wire label 2" -command "xschem net_label 0" \
-accelerator {Alt-Shift-L}
$topwin.menubar.tools.menu add command -label "Insert text" -command "xschem place_text" -accelerator T
toolbar_add ToolInsertText "xschem place_text" "Insert Text" $topwin
$topwin.menubar.tools.menu add command -label "Insert wire" -command "xschem wire" -accelerator W