Skip to content

Commit

Permalink
add scripting api back in
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher31 committed Feb 4, 2025
1 parent f68a33e commit 6074330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/mainmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ void MainMenu::buildHelpMenu (PopupMenu& menu)
#endif
menu.addItem (6000, TRANS ("User's manual..."));
menu.addItem (6002, TRANS ("Discussion forum..."));
menu.addItem (6001, TRANS("Scripting API..."));
menu.addSeparator();
menu.addItem (7002, TRANS ("Log files..."));
menu.addItem (7000, TRANS ("Issue tracking..."));
Expand Down

0 comments on commit 6074330

Please sign in to comment.