Closed
Bug 28294
Opened 25 years ago
Closed 25 years ago
Messagebox prompt for saving file has garabage for title
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: cmanske, Assigned: cmanske)
Details
(Whiteboard: [PDT+])
Create a new page in Composer
Type some text
Click on preview button, or try to close the page with File | Close.
You are prompted to save the file, but the dialog title is garbage.
Fix is trivial, we weren't setting title string -- add 1 line of code:
block->SetString( nsICommonDialogs::eDialogTitle, aTitle.GetUnicode() );
to 1 file.
Assignee | ||
Comment 1•25 years ago
|
||
Another simple fix to prevent Beta1 UI embarrassment.
Requesting PDT approval.
Assignee | ||
Comment 3•25 years ago
|
||
Checked in 2/18
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
•