GNOME Bugzilla – Bug 346962
invalid undo text
Last modified: 2006-07-11 19:06:01 UTC
new gnumeric insert->names->define name change the value of the permanent Print_Area name now check the undo text in the menu. The _ in the Print_Area string has become a memonic marker. Unfortunately we cannot avoid _ in these names since Print_Area is a standard MS Excel name. For compatitbility we need to use the same name.
We just need to double the _s. (As we do for the file history.)
Except that the names are utf8, so I'll need to figure out how to do that reasonably.
You simply pretend the name is ascii... _ will only occur as itself, not as a part of any multi-byte character.
oh yeah right, configuration bytes start with 10... I always forget.
fixed in cvs HEAD