Bug 645883 - "Deactivate this device" should not default to action. r=rnewman

This commit is contained in:
Marina Samuel 2011-04-29 01:21:06 -07:00
Родитель d69231f570
Коммит 81975c5596
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -110,7 +110,8 @@ let gSyncPane = {
startOver: function (showDialog) {
if (showDialog) {
let flags = Services.prompt.BUTTON_POS_0 * Services.prompt.BUTTON_TITLE_IS_STRING +
Services.prompt.BUTTON_POS_1 * Services.prompt.BUTTON_TITLE_CANCEL;
Services.prompt.BUTTON_POS_1 * Services.prompt.BUTTON_TITLE_CANCEL +
Services.prompt.BUTTON_POS_1_DEFAULT;
let buttonChoice =
Services.prompt.confirmEx(window,
this._stringBundle.GetStringFromName("stopUsingAccount.title"),