bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7169226
webrev: http://cr.openjdk.java.net/~alexsch/7169226/webrev.00/
The properties in the windows and motif resources are changed from the
xxxText=ABC
xxxMnemonic=B
to
xxx.textAndMnemonic=A&BC
in the same way as it has been done for the issue 7093156.
The following test has been used to check that UIManager.get(key,
locale) method returns the same value as before.
http://cr.openjdk.java.net/~alexsch/7093156/test/02/SwingResourcesTest.java
Thanks,
Alexandr.