Closed
Bug 351374
Opened 19 years ago
Closed 19 years ago
compact folders confirmation should use yes/no
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: csthomas, Assigned: csthomas)
References
()
Details
Attachments
(1 file)
1.20 KB,
patch
|
mnyromyr
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
/mailnews/base/resources/locale/en-US/messenger.properties
autoCompactAllFoldersTitle=Compact Folders
autoCompactAllFolders=Do you wish to compact all local and offline folders to save disk space?
autoCompactAllFoldersCheckbox=Do this automatically from now on.
Questions should get yes/no rather than ok/cancel
Assignee | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
Comment on attachment 236768 [details] [diff] [review]
patch
>+ (nsIPrompt::BUTTON_TITLE_YES * nsIPrompt::BUTTON_POS_0 + nsIPrompt::BUTTON_TITLE_NO * nsIPrompt::BUTTON_POS_1),
It's a real nuisance that nsIPrompt doesn't define STD_YES_NO_BUTTONS like nsIPromptService does. Passing nsIPromptService::STD_YES_NO_BUTTONS should work, though, but that's more of a hack. :-/
r=me either way.
Attachment #236768 -
Flags: review?(mnyromyr) → review+
Assignee | ||
Updated•19 years ago
|
Attachment #236768 -
Flags: superreview?(neil)
Assignee | ||
Updated•19 years ago
|
Whiteboard: [cst: r?]
Comment 3•19 years ago
|
||
Comment on attachment 236768 [details] [diff] [review]
patch
Please file a bug on getting the flags defined on nsIPrompt.idl
Attachment #236768 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Comment 4•19 years ago
|
||
Fixed on trunk. Bug filed on nsIPrompt but I forgot its number :).
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [cst: r?]
Version: 1.8 Branch → Trunk
Comment 5•19 years ago
|
||
(In reply to comment #4)
> Fixed on trunk. Bug filed on nsIPrompt but I forgot its number :).
Bug 351881
You need to log in
before you can comment on or make changes to this bug.
Description
•