additional check-in for bug 133615 (forgotten in the initial landing)

r=yokoyama, sr=jag
This commit is contained in:
jshin%mailaps.org 2006-05-17 02:34:50 +00:00
Родитель a8922f95e1
Коммит 57e445600b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -17,7 +17,7 @@ function Init()
if (prefInt) {
prefInt = prefInt.getService(Components.interfaces.nsIPref);
if (applicationArea.indexOf("mail") != -1) {
if (applicationArea == "mailedit") {
pref_string_title = "intl.charsetmenu.mailedit";
} else {
//default is the browser
@ -29,7 +29,7 @@ function Init()
AddRemoveLatin1('add');
}
if (applicationArea.indexOf("mail") != -1) { // mailedit
if (applicationArea == "mailedit") { // mailedit
LoadAvailableCharSets("NC:EncodersRoot");
} else { // browser, mailview, composer
LoadAvailableCharSets("NC:DecodersRoot");