katahiromz/RisohEditor

Incorrect separators in MENUEX

Closed this issue · 2 comments

vanjac commented

When a menu is set to Extended type, RisohEditor still writes menu separators as:
MENUITEM SEPARATOR

but this will fail to compile with RC. For MENUEX menus items must use MFT_SEPARATOR instead of SEPARATOR.

Thanks for reporting. I will try to fix it later.

image