Bug 916233 - External links in Metro should open in Metro. r=jimm

This commit is contained in:
Brian R. Bondy 2013-09-17 07:02:01 -07:00
Родитель 1ba4f64fa6
Коммит a8201b4641
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -713,7 +713,7 @@ IFACEMETHODIMP CExecuteCommandVerb::Execute()
}
CComPtr<IApplicationActivationManager> activateMgr;
if (!PrepareActivationManager(activateMgr)) {
if (FAILED(PrepareActivationManager(activateMgr))) {
LaunchDesktopBrowser();
return S_OK;
}