mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 851581 - Whitespace cleanup. r=mfinkle DONTBUILD
This commit is contained in:
parent
76da970a99
commit
bdfd84e9de
@ -42,8 +42,8 @@ ContentDispatchChooser.prototype =
|
||||
aHandler = this.protoSvc.getProtocolHandlerInfoFromOS(aURI.spec, {});
|
||||
|
||||
// The first handler in the set is the Android Application Chooser (which will fall back to a default if one is set)
|
||||
// If we have more than one option, show a list so the user can choose what to launch with.
|
||||
if(aHandler.possibleApplicationHandlers.length > 1) {
|
||||
// If we have more than one option, let the OS handle showing a list (if needed).
|
||||
if (aHandler.possibleApplicationHandlers.length > 1) {
|
||||
aHandler.launchWithURI(aURI, aWindowContext);
|
||||
} else {
|
||||
let win = this._getChromeWin();
|
||||
|
@ -2,4 +2,4 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
protocol.failed=Could not find an app to open this link
|
||||
protocol.failed=Couldn't find an application to open this link
|
||||
|
Loading…
Reference in New Issue
Block a user