зеркало из https://github.com/mozilla/gecko-dev.git
Camino only - Bug 362067: Tab groups in bookmark menus need alternates. r=Wevah sr=smorgan
This commit is contained in:
Родитель
1bd5dc7e6c
Коммит
154c3e7471
|
@ -216,6 +216,9 @@ const long kOpenInTabsTag = 0xBEEF;
|
|||
[menuItem setTarget:[NSApp delegate]];
|
||||
[menuItem setAction:@selector(openMenuBookmark:)];
|
||||
[menuItem setImage:[inItem icon]];
|
||||
|
||||
if (withAlternates)
|
||||
[self addCommandKeyAlternatesForMenuItem:menuItem];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче