Re: debian menu system and capital letters

2003-09-08 Thread Jason Chambers
letter. You can get the case ignored when ordering by adding the following to /etc/menu-methods/menu.h. sort=tolower($title) Then run update-menus to regenerate them. -- .''`. Jason Chambers [EMAIL PROTECTED] : :' : Registered linux user #271693 `. `'` `-http://www.debian.org

Re: debian menu system and capital letters

2003-09-08 Thread Jason Chambers
On Mon, Sep 08, 2003 at 05:57:16PM +0100, Jonathan Dowland wrote: On Mon, Sep 08, 2003 at 04:10:20PM +0100, Jason Chambers wrote: You can get the case ignored when ordering by adding the following to /etc/menu-methods/menu.h. sort=tolower($title) Then run update-menus