Comment 1 for bug 256520

Revision history for this message
Endolith (endolith) wrote :

Binary package hint: wine

There are two different menu styles in Windows/Wine, and the flat style looks better. (It's the default in WinXP until you change your theme.) It can be selected by flipping a bit in user.reg:

"UserPreferenceMask"=hex:10,00,00,80

change to:

"UserPreferenceMask"=hex:10,00,02,80

http://blogs.msdn.com/tonyschr/archive/2004/05/10/129412.aspx
http://www.codeproject.com/KB/menus/flatmenuform.aspx