diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2006-11-16 16:42:03 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2006-11-16 16:42:03 +0000 |
commit | bd2128e9213a05921b4f60511166a3869b454e5d (patch) | |
tree | 192e33a452e4988a89e5447d5d8e53ccb30f9ad5 | |
parent | 79ff23ea0503b327ea09ebc6c2945899c0f7f0d2 (diff) | |
download | common-data-bd2128e9213a05921b4f60511166a3869b454e5d.tar common-data-bd2128e9213a05921b4f60511166a3869b454e5d.tar.gz common-data-bd2128e9213a05921b4f60511166a3869b454e5d.tar.bz2 common-data-bd2128e9213a05921b4f60511166a3869b454e5d.tar.xz common-data-bd2128e9213a05921b4f60511166a3869b454e5d.zip |
Fix incorrect category for wordprocessors in discovery menu (Mdv bug #27084)
-rw-r--r-- | desktop-common-data.spec | 5 | ||||
-rw-r--r-- | menu/applications-discovery.menu | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/desktop-common-data.spec b/desktop-common-data.spec index 12df02b..0659f24 100644 --- a/desktop-common-data.spec +++ b/desktop-common-data.spec @@ -3,7 +3,7 @@ Summary: Desktop common files Name: desktop-common-data Version: 2007 -Release: %mkrel 19 +Release: %mkrel 20 License: GPL URL: http://www.mandrivalinux.com/ Group: System/Configuration/Other @@ -215,6 +215,9 @@ rm -fr %buildroot %changelog +* Thu Nov 16 2006 Frederic Crozat <fcrozat@mandriva.com> 2007-20mdv2007.0 +- Fix incorrect category for wordprocessors in discovery menu (Mdv bug #27084) + * Thu Oct 26 2006 Frederic Crozat <fcrozat@mandriva.com> 2007-19mdv2007.0 - Fix update-menus script to not output empty line - Re-add menu file stamp to prevent restarting update-menus for each diff --git a/menu/applications-discovery.menu b/menu/applications-discovery.menu index cdc6da3..0a1312e 100644 --- a/menu/applications-discovery.menu +++ b/menu/applications-discovery.menu @@ -117,7 +117,7 @@ <Category>X-MandrivaLinux-Office-TasksManagement</Category> <Category>X-MandrivaLinux-Office-TimeManagement</Category> <Category>X-MandrivaLinux-Office-Other</Category> - <Category>X-MandrivaLinux-Office-WordProcessors</Category> + <Category>X-MandrivaLinux-Office-Wordprocessors</Category> </Or> </Include> </Menu> |