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)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

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() );
Target Milestone: M15
Checked in a week ago.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
looks fixed...verified in 2/23 build.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.