mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Change SetForcedCharset to BrowserSetForcedCharacterSet. Bug 724776, r=gavin
This commit is contained in:
parent
6a0b8b9da2
commit
3ac03398ed
@ -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); }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user