diff options
Diffstat (limited to 'addons/skin.estuary/xml/DialogTextViewer.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogTextViewer.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.estuary/xml/DialogTextViewer.xml b/addons/skin.estuary/xml/DialogTextViewer.xml index 20aa38e10f..c16f959ff2 100644 --- a/addons/skin.estuary/xml/DialogTextViewer.xml +++ b/addons/skin.estuary/xml/DialogTextViewer.xml @@ -8,10 +8,10 @@ <centertop>50%</centertop> <height>770</height> <include content="DialogBackgroundCommons"> - <param name="DialogBackgroundWidth" value="84%" /> - <param name="DialogBackgroundHeight" value="770" /> - <param name="DialogHeaderLabel" value="$LOCALIZE[13406]" /> - <param name="DialogHeaderId" value="1" /> + <param name="width" value="84%" /> + <param name="height" value="770" /> + <param name="header_label" value="$LOCALIZE[13406]" /> + <param name="header_id" value="1" /> </include> <control type="textbox" id="5"> <left>1%</left> |