зеркало из https://github.com/mozilla/gecko-dev.git
Fixed wrong method call to set background image for Table Dialog. Part of work for 20973, r=mjudge
This commit is contained in:
Родитель
08d3777e05
Коммит
1a2fd2ef30
|
@ -166,7 +166,7 @@
|
|||
<row valign="middle">
|
||||
<checkbox id="TableImageCheckbox" value="&image.label;"/>
|
||||
<textfield id="TableImageInput" flex="1"/>
|
||||
<button class="dialog" value="&ChooseImage.label;" id="TableImageButton" oncommand="ChooseCellImage()"/>
|
||||
<button class="dialog" value="&ChooseImage.label;" id="TableImageButton" oncommand="ChooseTableImage()"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
|
Загрузка…
Ссылка в новой задаче