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:
sgehani%netscape.com 1999-11-13 04:06:05 +00:00
Родитель aa7503d71d
Коммит 164e35ea1a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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: