Change SetForcedCharset to BrowserSetForcedCharacterSet. Bug 724776, r=gavin

This commit is contained in:
Simon Montagu 2012-02-07 22:10:08 +02:00
parent 2fccb0fa71
commit ac9a820fd0

View File

@ -6007,7 +6007,7 @@ function MultiplexHandler(event)
} else if (name == 'charsetCustomize') {
//do nothing - please remove this else statement, once the charset prefs moves to the pref window
} else {
SetForcedCharset(node.getAttribute('id'));
BrowserSetForcedCharacterSet(node.getAttribute('id'));
}
} catch(ex) { alert(ex); }
}