diff -r a81b72ef156c -r 38afed869ff6 BeremizIDE.py --- a/BeremizIDE.py Wed May 12 11:36:56 2021 +0200 +++ b/BeremizIDE.py Mon May 24 14:33:54 2021 +0200 @@ -81,7 +81,6 @@ LIBRARYTREE,\ PAGETITLES,\ IDEFrame, \ - AppendMenu,\ EncodeFileSystemPath, \ DecodeFileSystemPath @@ -92,6 +91,8 @@ def Bpath(*args): return os.path.join(beremiz_dir, *args) +def AppendMenu(parent, help, id, kind, text): + return parent.Append(help=help, id=id, kind=kind, text=text) MAX_RECENT_PROJECTS = 9