mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 10:37:41 +00:00
WindowServer: Let's call the default menu "Dummy" for now.
This commit is contained in:
parent
757429fb55
commit
bb31d961b4
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ WSWindowManager::WSWindowManager()
|
||||||
menubar->add_menu(move(menu));
|
menubar->add_menu(move(menu));
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
auto menu = make<WSMenu>("Terminal");
|
auto menu = make<WSMenu>("Dummy");
|
||||||
menu->add_item(make<WSMenuItem>(5, "Foo."));
|
menu->add_item(make<WSMenuItem>(5, "Foo."));
|
||||||
menu->add_item(make<WSMenuItem>(6, "Bar?"));
|
menu->add_item(make<WSMenuItem>(6, "Bar?"));
|
||||||
menu->add_item(make<WSMenuItem>(7, "Baz!"));
|
menu->add_item(make<WSMenuItem>(7, "Baz!"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue