Closed
Bug 28255
Opened 25 years ago
Closed 25 years ago
Missing message dialog title when prompting to save file
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: cmanske, Assigned: cmanske)
Details
Create or edit any page in Composer
Make a change to document.
Click on 'Preview' button.
A dialog comes up to tell user to save the file, but the caption is garbage.
This is because we are not setting the "title" in the struct containing that
includes the message and button text.
It is a trivial fix -- add one line:
block->SetString( nsICommonDialogs::eTitleMessage, aTitle.GetUnicode() );
Updated•25 years ago
|
Target Milestone: M15
Assignee | ||
Comment 1•25 years ago
|
||
Checked in a week ago.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•