diff --git a/mozilla/toolkit/mozapps/downloads/src/nsHelperAppDlg.js.in b/mozilla/toolkit/mozapps/downloads/src/nsHelperAppDlg.js.in index 63fc481fbd3..660695d40a4 100644 --- a/mozilla/toolkit/mozapps/downloads/src/nsHelperAppDlg.js.in +++ b/mozilla/toolkit/mozapps/downloads/src/nsHelperAppDlg.js.in @@ -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(); },