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:
parent
eaf3f70dc9
commit
61ba538fba
@ -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();
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user