[Bug 15394] Incorrect menu behaviour when only a item is present

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 6 16:04:11 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=15394





--- Comment #11 from Alexander Scott-Johns <alexander.scott.johns+winebug at 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
}


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list