зеркало из https://github.com/mozilla/pjs.git
206452 - Making new attribute and edit attribute work again.
r=ajvincent@juno.com sr=dmose a=asa
This commit is contained in:
Родитель
a2ec043e11
Коммит
aaf57fc3cf
|
@ -315,7 +315,7 @@ cmdEditInsert.prototype =
|
|||
var attrValue = { value: "" };
|
||||
var dummy = { value: false };
|
||||
|
||||
var bundle = this.mPanel.panelset.stringBundle;
|
||||
var bundle = viewer.pane.panelset.stringBundle;
|
||||
var msg = bundle.getString("enterAttrName.message");
|
||||
var title = bundle.getString("newAttribute.title");
|
||||
|
||||
|
@ -389,7 +389,7 @@ cmdEditEdit.prototype =
|
|||
var attrValue = { value: attr.nodeValue };
|
||||
var dummy = { value: false };
|
||||
|
||||
var bundle = this.mPanel.panelset.stringBundle;
|
||||
var bundle = viewer.pane.panelset.stringBundle;
|
||||
var msg = bundle.getString("enterAttrName.message");
|
||||
var title = bundle.getString("editAttribute.title");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче