зеркало из https://github.com/mozilla/gecko-dev.git
Fix bug 18670: handle enter key in addition to return key for default buttons on the Mac Install Wizard UI. [r=ssu]
This commit is contained in:
Родитель
aa7503d71d
Коммит
164e35ea1a
|
@ -111,6 +111,7 @@ void HandleKeyDown(EventRecord* evt)
|
|||
switch(keyPressed) //dougt: what about tab, esc, arrows, doublebyte?
|
||||
{
|
||||
case '\r':
|
||||
case '\3':
|
||||
switch(gCurrWin)
|
||||
{
|
||||
case kLicenseID:
|
||||
|
|
Загрузка…
Ссылка в новой задаче