Bug 728073 - MDN links in the Style Inspector are not localized, r=paul

This commit is contained in:
Victor Porof 2012-12-13 12:26:42 +02:00
parent 1252490384
commit e0d809e500

View File

@ -736,7 +736,7 @@ this.PropertyView = function PropertyView(aTree, aName)
this.name = aName;
this.getRTLAttr = aTree.getRTLAttr;
this.link = "https://developer.mozilla.org/en/CSS/" + aName;
this.link = "https://developer.mozilla.org/CSS/" + aName;
this.templateMatchedSelectors = aTree.styleDocument.getElementById("templateMatchedSelectors");
}