We have four options:
1.  Edit all entries in all bind files that use menu-open to use the menu
    names in all lowercase letters.
2.  Rename all menus in default.ui to start with a capital letter.
3.  Convert the menu name to all-lowercase in Menubar::Pimpl::openByName
    so the search is done comparing all-lowercase to all-lowercase.
4.  As above but do a case insensitive search (IIRC STL provides such an
    option)

Some of the menu-open commands probably use the wrong names or try to open
menus that no longer exist.

Suggestions?

Allan. (ARRae)

Reply via email to