Fix 207166 - tweak caret browsing button, patch by mconnor@rogers.com.

This commit is contained in:
noririty%jcom.home.ne.jp 2003-07-24 16:02:07 +00:00
parent cbf7731d06
commit 7e758bee90

View File

@ -571,11 +571,9 @@
var buttonPressed = promptService.confirmEx(window,
this.mStrBundle.GetStringFromName('browsewithcaret.checkWindowTitle'),
this.mStrBundle.GetStringFromName('browsewithcaret.checkLabel'),
(promptService.BUTTON_TITLE_IS_STRING * promptService.BUTTON_POS_0) +
(promptService.BUTTON_TITLE_CANCEL * promptService.BUTTON_POS_1),
this.mStrBundle.GetStringFromName('browsewithcaret.checkButtonLabel'),
null, null,
this.mStrBundle.GetStringFromName('browsewithcaret.checkMsg'),
(promptService.BUTTON_TITLE_YES * promptService.BUTTON_POS_0) +
(promptService.BUTTON_TITLE_NO * promptService.BUTTON_POS_1),
null, null, null, this.mStrBundle.GetStringFromName('browsewithcaret.checkMsg'),
checkValue);
if (buttonPressed != 0)
return;