WPrefs: Edit proplist menus referenced by WMRootMenu.
commit02cc702029ef40135846d2af55f6e71e4aba077a
authorDoug Torrance <dtorrance@piedmont.edu>
Sat, 19 Aug 2017 00:37:46 +0000 (18 20:37 -0400)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 19 Aug 2017 10:14:38 +0000 (19 11:14 +0100)
treee75b2d6fbca8646fadba5946b44665438bad41a2
parent6f195b18fc03ae35198100871403908fbe4fb20f
WPrefs: Edit proplist menus referenced by WMRootMenu.

Previously, WPrefs could only be used to edit the menu specified in
WMRootMenu.

In a recent commit, the ability to specify a menu in proplist format defined
in another file which is referenced by WMRootMenu was added.  However, if a
user attempted to edit such a menu in WPrefs, an error dialog appeared.

We add the ability for WPrefs to read such a menu.  After the user makes any
changes, the result is stored in WMRootMenu, and *not* the original file.
WPrefs.app/Menu.c