Bug 410938 - Make 'choose app to open with' changeable. r=mconnor, ui-r=beltzner, a=blocking1.9+

This commit is contained in:
florian%queze.net 2008-01-26 07:23:39 +00:00
Родитель 11dba15619
Коммит b9da560bc6
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -710,13 +710,7 @@ nsUnknownContentTypeDialog.prototype = {
}
}
// otherHandler is always disabled on Mac
#ifdef XP_MACOSX
otherHandler.hidden = true;
otherHandler.nextSibling.hidden = otherHandler.nextSibling.nextSibling.hidden = true;
#else
otherHandler.nextSibling.hidden = otherHandler.nextSibling.nextSibling.hidden = false;
#endif
this.updateOKButton();
},