diff options
Diffstat (limited to 'menu')
-rw-r--r-- | menu/ChangeLog | 6 | ||||
-rw-r--r-- | menu/menu-spec.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/menu/ChangeLog b/menu/ChangeLog index f22c41c..20af183 100644 --- a/menu/ChangeLog +++ b/menu/ChangeLog @@ -1,3 +1,9 @@ +2007-07-27 Vincent Untz <vuntz@gnome.org> + + * menu-spec.xml: change sysconfdir/desktop/menus/ to sysconfdir/menus/ + in one place. + Fix bug #8289. + 2007-02-06 Waldo Bastian <waldo.bastian@intel.com> * Added scondary menu categories * Bumped version to 1.0 diff --git a/menu/menu-spec.xml b/menu/menu-spec.xml index fd6fa3b..086cc6d 100644 --- a/menu/menu-spec.xml +++ b/menu/menu-spec.xml @@ -2102,7 +2102,7 @@ </listitem> <listitem> <para> - Install an XML menu file to <replaceable>sysconfdir</replaceable>/desktop/menus/applications-merged/ to add any submenus, if your desktop entries aren't already + Install an XML menu file to <replaceable>sysconfdir</replaceable>/menus/applications-merged/ to add any submenus, if your desktop entries aren't already included in some common categories. </para> </listitem> |