http://bugs.winehq.org/show_bug.cgi?id=14811
Summary: Default Menu Style Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jarosser06@gmail.com
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