mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
Taskbar: Rename start_menu to system_menu
The main menu in GUI (the one in the lower left side of screen by default) was called start_menu in some parts of the code and system_menu in others. In the documentation, it was referred to as "system menu". So, in order to be consistent, these variables are all renamed to system_menu
This commit is contained in:
parent
9f571e0dae
commit
7456a84e68
5 changed files with 11 additions and 11 deletions
|
@ -1084,7 +1084,7 @@ bool WindowManager::is_considered_doubleclick(MouseEvent const& event, DoubleCli
|
|||
return false;
|
||||
}
|
||||
|
||||
void WindowManager::start_menu_doubleclick(Window& window, MouseEvent const& event)
|
||||
void WindowManager::system_menu_doubleclick(Window& window, MouseEvent const& event)
|
||||
{
|
||||
// This is a special case. Basically, we're trying to determine whether
|
||||
// double clicking on the window menu icon happened. In this case, the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue