mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Fix tiny German menumnemonics bug.
This commit is contained in:
@@ -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("&",""));
|
||||
|
||||
Reference in New Issue
Block a user