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

git-svn-id: svn://10.0.0.236/trunk@244044 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
florian%queze.net 2008-01-26 07:23:39 +00:00
parent eaf3f70dc9
commit 61ba538fba

View File

@ -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();
},