PROGMEM no longer working with 0013?

That PROGMEM stuff is awfully subtle. If you change the string_table to

PROGMEM const char *string_table[] =

it will work under 0013. (At least it does for me.)

Mikal