mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- cleanup warning
Obtained from: git-repoistory
This commit is contained in:
parent
39578f07ec
commit
f1d8c61d6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254971
13
x11/terminal.app/files/patch-main.m
Normal file
13
x11/terminal.app/files/patch-main.m
Normal file
@ -0,0 +1,13 @@
|
||||
--- main.m.orig 2009-11-20 21:06:38.000000000 +0100
|
||||
+++ main.m 2010-05-24 09:20:30.000000000 +0200
|
||||
@@ -186,8 +186,8 @@
|
||||
[m addItemWithTitle: _(@"Close")
|
||||
action: @selector(performClose:)
|
||||
keyEquivalent: @"w"];
|
||||
- [m addItemWithTitle: _(@"Miniaturize all")
|
||||
- action: @selector(miniaturizeAll:)
|
||||
+ [m addItemWithTitle: _(@"Miniaturize Window")
|
||||
+ action: @selector(miniaturize:)
|
||||
keyEquivalent: @"m"];
|
||||
[menu setSubmenu: m forItem: [menu addItemWithTitle: _(@"Windows")]];
|
||||
[NSApp setWindowsMenu: m];
|
Loading…
Reference in New Issue
Block a user