Bug 1115990 - Followup. Fix copy/paste error. a=bustage fix

This commit is contained in:
Richard Marti 2015-01-02 16:27:28 +01:00
Родитель 8ffd2fa15d
Коммит 6a20a6f97a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -418,7 +418,6 @@ updateWritePrefs: function ()
document.documentElement.openWindow("mozilla:devicemanager",
"chrome://pippki/content/device_manager.xul",
"", null);
}
},
/**
@ -430,4 +429,5 @@ updateWritePrefs: function ()
#ifdef XP_WIN
Services.prefs.setBoolPref("gfx.direct2d.disabled", !aVal);
#endif
}
};