Closed Bug 14876 Opened 26 years ago Closed 26 years ago

Netscape branded build do not have "Character Set" nor "Auto Detect" menu

Categories

(Core :: Internationalization, defect, P3)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: ftang, Assigned: ftang)

References

Details

We didn't add that two overlay to the *netscape navigator.xul* file.Here is the changes needed to check into ns tree: matt: could you reivew it for me ? Z:\ns\xpfe\browser\resources\content>cvs diff -c navigator.xul Index: navigator.xul =================================================================== RCS file: /m/src/ns/xpfe/browser/resources/content/navigator.xul,v retrieving revision 1.1 diff -c -r1.1 navigator.xul *** navigator.xul 1999/09/22 01:48:48 1.1 --- navigator.xul 1999/09/24 21:56:29 *************** *** 25,31 **** --- 25,33 ---- <?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?> <?xml-stylesheet href="chrome://bookmarks/skin/" type="text/css"?> <?xul-overlay href="chrome://global/content/tasksOverlay.xul"?> + <?xul-overlay href="chrome://global/content/charsetOverlay.xul"?> <?xul-overlay href="chrome://global/content/globalOverlay.xul"?> + <?xul-overlay href="chrome://global/content/charsetDetectorsOverlay.xul"?> <?xul-overlay href="chrome://sidebar/content/sidebarOverlay.xul"?> <?xul-overlay href="chrome://navigator/content/navigatorOverlay.xul"?> <?xml-stylesheet href="chrome://sidebar/skin/sidebarOverlay.css" type="text/cs s"?> *************** *** 441,446 **** --- 443,450 ---- oncommand="BrowserSetDefaultCharacterSet('windows-1255');"/> </menupopup> </menu> + <menu id = "charsetMenu" /> + <menu id="CharsetDetectorsMenu" /> </menupopup> </menu> <menu accesskey="s" value="&searchMenu.label;"> Z:\ns\xpfe\browser\resources\content>
Status: NEW → ASSIGNED
Target Milestone: M10
Mark it as M10
QA Contact: teruko → amasri
looks good to me. -mf
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
check in to ns tree
Blocks: 14356
Status: RESOLVED → VERIFIED
verified
verified
You need to log in before you can comment on or make changes to this bug.