mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 803199 - Avoid littering about:support with "no information". r=Unfocused
This commit is contained in:
parent
880999263d
commit
01edb7050c
@ -182,7 +182,7 @@ let dataProviders = {
|
||||
// include the suggested version, which the consumer likely needs to plug
|
||||
// into a format string from a localization file. Rather than returning
|
||||
// a string in some cases and an array in others, return an array always.
|
||||
let msg = ["no information"];
|
||||
let msg = [""];
|
||||
try {
|
||||
var status = gfxInfo.getFeatureStatus(feature);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user