mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
Keymap: Rename context menu item "Settings" to "Keyboard Settings"
This is a very small change to improve consistency between applet context menu item names.
This commit is contained in:
parent
75ac47dbd8
commit
ac60633694
Notes:
sideshowbarker
2024-07-17 17:40:13 +09:00
Author: https://github.com/Cr4xy 🔰
Commit: ac60633694
Pull-request: https://github.com/SerenityOS/serenity/pull/15177
Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ ErrorOr<void> KeymapStatusWidget::refresh_menu()
|
||||||
|
|
||||||
auto settings_icon = TRY(Gfx::Bitmap::try_load_from_file("/res/icons/16x16/settings.png"sv));
|
auto settings_icon = TRY(Gfx::Bitmap::try_load_from_file("/res/icons/16x16/settings.png"sv));
|
||||||
|
|
||||||
m_context_menu->add_action(GUI::Action::create("&Settings",
|
m_context_menu->add_action(GUI::Action::create("Keyboard &Settings",
|
||||||
settings_icon,
|
settings_icon,
|
||||||
[&](auto&) {
|
[&](auto&) {
|
||||||
GUI::Process::spawn_or_show_error(window(), "/bin/KeyboardSettings"sv);
|
GUI::Process::spawn_or_show_error(window(), "/bin/KeyboardSettings"sv);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue