Closed
Bug 136312
Opened 23 years ago
Closed 23 years ago
Should remove SetDefaultCharacterSet since it does nothing useful
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
VERIFIED
DUPLICATE
of bug 136314
People
(Reporter: jerry.tan, Assigned: bstell)
References
()
Details
(Keywords: intl)
function SetDefaultCharacterSet(charset)
{
dump("Charset Overlay menu item pressed: " + charset + "\n");
BrowserSetDefaultCharacterSet(charset);
}
since BrowserSetDefaultCharacterSet(charset) do nothing,
(
SetDefaultCharacterSet do nothing meanful.
So I think we can remove SetDefaultCharacterSet from MultiplexHandler
Comment 1•23 years ago
|
||
bstell: It appears that way.
http://lxr.mozilla.org/seamonkey/source/xpfe/browser/resources/content/browser.js#305
What do you think?
Assignee: yokoyama → bstell
Comment 2•23 years ago
|
||
I think this is a dup of 136314.
Marking as such
*** This bug has been marked as a duplicate of 136314 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•