http://bugs.winehq.org/show_bug.cgi?id=15394
--- Comment #11 from Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com 2009-04-06 16:04:11 --- Created an attachment (id=20319) --> (http://bugs.winehq.org/attachment.cgi?id=20319) Small menu testing app
Resource for menu:
MAIN_MENU MENU { POPUP "&File" { MENUITEM "&Save", CMD_SAVE MENUITEM "E&xit\tAlt+F4", CMD_EXIT } MENUITEM "&Search", CMD_SEARCH MENUITEM "&Query", CMD_QUERY POPUP "&Help" { MENUITEM "&About", CMD_ABOUT } MENUITEM "&Quit", CMD_QUIT }