mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 719662 - Use nsIPrefLocalizedString for getComplexValue. r=mfinkle
This commit is contained in:
parent
518844fcd9
commit
46c2d6d19c
@ -621,7 +621,7 @@ var BrowserApp = {
|
||||
case Ci.nsIPrefBranch.PREF_STRING:
|
||||
default:
|
||||
pref.type = "string";
|
||||
pref.value = Services.prefs.getComplexValue(prefName, Ci.nsISupportsString).data;
|
||||
pref.value = Services.prefs.getComplexValue(prefName, Ci.nsIPrefLocalizedString).data;
|
||||
break;
|
||||
}
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user