mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 13:35:12 +00:00
WindowServer: Let's call the default menu "Dummy" for now.
This commit is contained in:
parent
757429fb55
commit
bb31d961b4
Notes:
sideshowbarker
2024-07-19 15:47:00 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/bb31d961b4b
1 changed files with 1 additions and 1 deletions
|
@ -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!"));
|
||||
|
|
Loading…
Add table
Reference in a new issue