Fix tiny German menumnemonics bug.

This commit is contained in:
George Bateman
2014-11-18 18:24:19 +00:00
parent bcc9be36e7
commit 1013bc3711
+1 -1
View File
@@ -193,7 +193,7 @@ public class Toolkit {
"&forward", "&gotopage", "&bookmarks", "&addbookmark", "bookmark&tabsasfolder",
"&editbookmarks", "&newbookmarksfolder", "&tools", "&settings", "&toolbars",
"configure&shortcuts", "configuretool&bars", "&configure*", "&help", ".+&handbook",
"&whatsthis", "report&bug", "&aboutprocessing", "about&kde" };
"&whatsthis", "report&bug", "&aboutprocessing", "about&kde", "&beenden" };
Pattern[] kdePreDefPats = new Pattern[kdePreDefStrs.length];
for (int i = 0; i < kdePreDefStrs.length; i++)
kdePreDefPats[i] = Pattern.compile(kdePreDefStrs[i].replace("&",""));