From 7c895405419007915d9116910dce6f515d0c1b5c Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 22 Oct 2004 09:26:50 +0000 Subject: [PATCH] Boris Koenig: This will modify menubar.cxx/hxx so that it exports the entire menubar (from menubar.xml) to the property tree, so that it can now be changed dynamically using Nasal's setprop() instruction and afterwards running a newly added fgcommand to update the menubar based on those changes using the appropriate menubar path within the property tree. By default the menubar from menubar.xml will be stored within: /sim/menubar/default Erik: I have moved the loading of menubar.xml into preferences.xml and made sure that the menubar is destroyed every time a new menubar is created. --- preferences.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/preferences.xml b/preferences.xml index 6bf802610..697c9ef93 100644 --- a/preferences.xml +++ b/preferences.xml @@ -263,6 +263,7 @@ Started September 2000 by David Megginson, david@megginson.com true +