mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
GameOfLife: Spell about action app name as "Game Of Life"
This commit is contained in:
parent
9f9f54a9ad
commit
0fb96e6cbf
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ int main(int argc, char** argv)
|
||||||
}));
|
}));
|
||||||
|
|
||||||
auto& help_menu = menubar->add_menu("&Help");
|
auto& help_menu = menubar->add_menu("&Help");
|
||||||
help_menu.add_action(GUI::CommonActions::make_about_action("GameOfLife", app_icon, window));
|
help_menu.add_action(GUI::CommonActions::make_about_action("Game Of Life", app_icon, window));
|
||||||
|
|
||||||
window->set_menubar(move(menubar));
|
window->set_menubar(move(menubar));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue