1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Remove MPL notice in last commit.

This commit is contained in:
srazi 2017-08-22 17:14:45 +04:30
parent 2aa25fe0b1
commit e0e21362cc

View File

@ -267,9 +267,6 @@ void RegisterQAppAssociation::registerAllAssociation()
}
}
// The code of the following method was taken
// from https://github.com/mozilla/gecko-dev/blob/master/browser/components/shell/nsWindowsShellService.cpp#L364
// that is licensed under MPL-2.0.
bool RegisterQAppAssociation::showNativeDefaultAppSettingsUi()
{
if (!isVistaOrNewer()) {
@ -290,8 +287,8 @@ bool RegisterQAppAssociation::showNativeDefaultAppSettingsUi()
DWORD pid;
hr = pActivator->ActivateApplication(
L"windows.immersivecontrolpanel_cw5n1h2txyewy"
L"!microsoft.windows.immersivecontrolpanel",
L"windows.immersivecontrolpanel_cw5n1h2txyewy" // appUserModelId of "Settings"
L"!microsoft.windows.immersivecontrolpanel", // in Windows Store
L"page=SettingsPageAppsDefaults", AO_NONE, &pid);
if (!SUCCEEDED(hr)) {