Display Menu IDs in positive numbers

Yaron

2014-01-15 01:29:28

How can I set Restorator to display Menu IDs in positive numbers?

Instead of:
MENUITEM "E&xit", -7871
Display:
MENUITEM "E&xit", 57665

Thank you.

florian

2014-02-25 20:17:33

hi yaron, unfortunately that's not possible. You can just subtract the negative number from 65536 to get the positive value. Internally, they are equivalent.

Regards,
Florian

Yaron

2014-02-26 02:48:59

Thanks for replying.

When localizing a program with an external file, subtracting the negative number from 65536 (for each string) is not convenient.

If you plan to update Restorator, please remember this issue. :)

Regards,
Yaron