gschem: Get menu key info by looking up action directly.
commit085dedf9d930085df948ed2c9674116540b97a1a
authorPeter TB Brett <peter@peter-b.co.uk>
Sun, 1 Sep 2013 21:19:01 +0000 (1 22:19 +0100)
committerPeter TB Brett <peter@peter-b.co.uk>
Sun, 1 Sep 2013 21:19:53 +0000 (1 22:19 +0100)
tree7cea33e2e38d8baf6374f9abf8a760511215b0dd
parentea048063d8d2820a2b771ba4615b0e6227922668
gschem: Get menu key info by looking up action directly.

Until recently, many gschem actions have had two variants: 1) a
version for menus/toolbar and 2) a version for keybindings.  In order
to show the keybinding in the menus, it was necessary for each menu
item to specify both the action to run and the action for which to
show the keybinding.

Since menu- and keybinding-specific action variants have been
combined, there isn't any need for this behaviour any more.
gschem/lib/system-gschemrc.scm
gschem/src/x_menus.c