зеркало из https://github.com/mozilla/gecko-dev.git
Bug 916233 - External links in Metro should open in Metro. r=jimm
This commit is contained in:
Родитель
1ba4f64fa6
Коммит
a8201b4641
|
@ -713,7 +713,7 @@ IFACEMETHODIMP CExecuteCommandVerb::Execute()
|
|||
}
|
||||
|
||||
CComPtr<IApplicationActivationManager> activateMgr;
|
||||
if (!PrepareActivationManager(activateMgr)) {
|
||||
if (FAILED(PrepareActivationManager(activateMgr))) {
|
||||
LaunchDesktopBrowser();
|
||||
return S_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче