Fix missing comma in EventHandler class.

This commit is contained in:
Stephen Anthony 2021-04-17 13:20:48 -02:30
parent 690b21f482
commit e788305810
1 changed files with 1 additions and 1 deletions

View File

@ -3307,7 +3307,7 @@ EventHandler::MenuActionList EventHandler::ourMenuActionList = { {
{ Event::UIPrevDir, "Parent directory", "" },
{ Event::ToggleFullScreen, "Toggle fullscreen", "" },
{ Event::Quit, "Quit", "" },
{ Event::UIHelp, "Help" "" }
{ Event::UIHelp, "Help", "" }
} };