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)
Core
Internationalization
Tracking
()
VERIFIED
FIXED
M10
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>
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M10
| Assignee | ||
Comment 1•26 years ago
|
||
Mark it as M10
Updated•26 years ago
|
QA Contact: teruko → amasri
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•26 years ago
|
||
check in to ns tree
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
verified
Comment 5•26 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•