https://issues.apache.org/ooo/show_bug.cgi?id=64337
--- Comment #17 from [email protected] --- Hi Andrea, I think the change i did is correct. This .xcu file is the only place from where both edit menu (take Can't Undo) and customize dialog take the text for Undo (Can't Undo) and Can't Restore. If you change it here, it will affect both edit menu and customize dialog. However, the code is behaving correctly. As you said,"One would have to check where this "Undo" -> "Can't Undo" replacement is done, and see if it possible to fix the command in this context (i.e., Tools - Customize - Add - Edit) while still preserving the dynamic "Undo"/"Can't Undo" change." The original code behaves like this: the edit menu is not changing from "Undo" -> "Can't Undo" every time. Instead, it is disabled "Can't Undo" in the beginning because of the "Can't Undo" text in .xcu file. Then, when you type in some text, it changes to enabled Undo "typing that text". when you remove the text, it changes to disabled "Undo typing that text" enabled "Redo typing that text". So my fix is working correctly. No need for any more code change. -- You are receiving this mail because: You are on the CC list for the issue. You are watching all issue changes.
