Bug #238
Copy Book Names (translation properties page in Config dialog) not working
| Status: | Closed | Start: | 05/23/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 05/23/2009 | |
| Assigned to: | John Wimbish | % Done: | 100% |
|
| Category: | Windows | Spent time: | - | |
| Target version: | 1.1.x | Estimated time: | 1.00 hour |
Description
The problem was that, after calculating the new book names, I was harvesting the property grid's names prior to regenerating it; and the harvest was overwriting my newly-calculated names. The many other places where I call the PopulateGrid need to do the harvest, in case the user has edited a name directly. So the fix was to add a boolean, so that the caller can tell the populate method whether or not to harvest first.