Closed
Bug 12843
Opened 27 years ago
Closed 26 years ago
Wrong parameter value for "menu value" in navigator.xul file
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: blee, Assigned: matt)
References
Details
To see this,
1) Open navigator.xul file (chrome/navigator/content/default/navigator.xul)
in a text editor.
2) Search for a string, "new" to find <..... oncommand= "BrowserNewWindow();"/>.
3) Examine the next line.
==> <menu value="New"> shows up. With this value, localizing "new" (File menu)
in navigator.dtd file doesn't display locaized string as it doesn't refer to
the localized string. The correct value is <menu value="&newMenu.label;">
OS/blds: Mac OS8.6/1999-08-30-09-M10, Win NT4.0J/1999-08-30-10-M10
Updated•27 years ago
|
Assignee: ftang → hyatt
Comment 1•27 years ago
|
||
Dear blee, please assign this kind of bug to someone who put down that line. The
way to figure out it is to goto lxr and look at file, and click on CVSBlame so
it will show you who touch that line recently, reassign the bug to them. For
example this bug should go to hyatt
http://cvs-mirror.mozilla.org/webtools/bonsai/cvsblame.cgi?file=mozilla/xpfe/bro
wser/resources/content/navigator.xul
133 hyatt 1.19 <menu value="New">
Updated•27 years ago
|
Assignee: hyatt → matt
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•