mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
WindowServer: Let's call the default menu "Dummy" for now.
This commit is contained in:
@@ -199,7 +199,7 @@ WSWindowManager::WSWindowManager()
|
||||
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>(6, "Bar?"));
|
||||
menu->add_item(make<WSMenuItem>(7, "Baz!"));
|
||||
|
||||
Reference in New Issue
Block a user