Add separator before Optimization Coach right-click menu entry.

This commit is contained in:
Vincent St-Amour 2012-10-02 11:24:07 -04:00
parent 69873c8db8
commit 937c901ce7

View File

@ -162,6 +162,7 @@
(match-define `(,start ,end ,popup-fun) h)
(or new-item
(and (<= start pos end)
(new separator-menu-item% [parent menu])
(new menu-item%
[label "Show Optimization Info"]
[parent menu]