News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

[FIXED]Recource error ?

Started by TimoVJL, April 17, 2011, 07:24:13 PM

Previous topic - Next topic

TimoVJL

Is here an error or is it a bug ?
100 MENU DISCARDABLE
BEGIN
    POPUP "&File"
    BEGIN
        MENUITEM "&New\tCtrl+N",                101
        MENUITEM "&Open... \tCtrl+O",           102
        MENUITEM "&Save\tCtrl+S",               103
        MENUITEM "Save &As...\tCtrl+F2",        104
        MENUITEM SEPARATOR
    END
END

Problem with MENUITEM SEPARATOR as last menu item?
May the source be with you

TimoVJL

Same problem with version 7.00 RC1
May the source be with you

TimoVJL

Fixed in PellesC 7.00.3 (RC2).
Thank you Pelle!
May the source be with you