Closed
Bug 31382
Opened 25 years ago
Closed 24 years ago
"All Files", "HTML Files (*.htm;, *.html)", "Text Files(*.txt) hardcoded
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: rchen, Assigned: pavlov)
References
Details
(Whiteboard: [nsbeta2+])
Go to Browser menu, File | Open File, in Open File dialog, the strings "All
Files" in "Files of type" are hardcoded in
widget\src\xpwidgets\nsFileSpecWithUIImpl.cpp as
*nextTitle++ = "All Files";
*nextTitle++ = "HTML Files (*.htm; *.html)";
The same problem happens in Composer, File | File open.
Please remove them to DTD or properties.
Comment 1•25 years ago
|
||
reassigning to pinkerton
Assignee: trudelle → pinkerton
Summary: "All Files", "HTML Files (*.htm;, *.html)", "Text Files(*.txt) hardcoded → "All Files", "HTML Files (*.htm;, *.html)", "Text Files(*.txt) hardcoded
Comment 4•25 years ago
|
||
moving all defects not directly related to P0 beta2 features off to M18.
Target Milestone: M16 → M18
Reconsider this for beta 2. It's bad enough that we leave it in English in
beta1, but we cannot ship beta 2 the same way. Let us know if you need help, but
this has to be in for beta2.
Updated•25 years ago
|
Assignee: pinkerton → danm
Status: ASSIGNED → NEW
Comment 6•25 years ago
|
||
reassigning to danm for M16
Peter, I don't think you read my comment. We need hardcoded strings externalized
by beta2, that we will be localizing. Please reconsider TFV and let us know if
you need help.
Reporter | ||
Comment 10•25 years ago
|
||
I add beta2 keyword. danm, can you fix it by M17? Thanks.
Comment 12•24 years ago
|
||
Moving undated nsbeta2+ non-feature bugs to M18.
Target Milestone: M19 → M18
Assignee | ||
Comment 14•24 years ago
|
||
fixed with new file picker
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 15•24 years ago
|
||
note: don't use nsFileSpecWithUIImpl. It is going away before RTM.
The string bundle files are in xpfe/components/filepicker/res/locale
Comment 16•24 years ago
|
||
verified fixed 20000608nn win32/linux (mac uses native resource forks).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•