mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Capitalization of menu action
This commit is contained in:
parent
9fe22a5c27
commit
97a6a11066
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ cocoa_create_global_menu(void) {
|
|||
MENU_ITEM(shellMenu, @"Close Window", close_window);
|
||||
[shellMenu addItem:[NSMenuItem separatorItem]];
|
||||
MENU_ITEM(shellMenu, @"Reset", reset_terminal);
|
||||
MENU_ITEM(shellMenu, @"Clear up to cursor line", clear_terminal_and_scrollback);
|
||||
MENU_ITEM(shellMenu, @"Clear to Cursor Line", clear_terminal_and_scrollback);
|
||||
[shellMenu release];
|
||||
|
||||
NSMenuItem* windowMenuItem =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue