зеркало из https://github.com/mozilla/pjs.git
little patch for 45307, overlays leaving "b"'s as submenu titles. try to make them disabled if we do get them. r=saari.
This commit is contained in:
Родитель
c83bf7862a
Коммит
737dd1b93a
|
@ -415,7 +415,7 @@ NS_METHOD nsMenu::AddMenu(nsIMenu * aMenu)
|
|||
aMenu->GetLabel(label);
|
||||
//printf("AddMenu %s \n", label.ToNewCString());
|
||||
|
||||
::InsertMenuItem(mMacMenuHandle, "\pb", currItemIndex);
|
||||
::InsertMenuItem(mMacMenuHandle, "\p(Blank Menu", currItemIndex);
|
||||
NSStringSetMenuItemText(mMacMenuHandle, currItemIndex, label);
|
||||
|
||||
PRBool isEnabled;
|
||||
|
|
Загрузка…
Ссылка в новой задаче