Bug 690878 - Switch order of continue and cancel buttson in locale picker. r=mbrubeck

This commit is contained in:
Wes Johnston 2011-10-03 15:13:23 -07:00
Родитель 57184c3691
Коммит f1b283fada
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,8 +23,8 @@
<description id="picker-title"/>
<richlistbox id="language-list" onclick="LocaleUI.selectLocale(event);" flex="1" class="window-width"/>
<hbox class="footer">
<button id="cancel-button" class="cancel" onclick="LocaleUI.cancelPicker();" crop="center"/>
<button id="continue-button" class="continue" onclick="LocaleUI.installAddon();" crop="center"/>
<button id="cancel-button" class="cancel" onclick="LocaleUI.cancelPicker();" crop="center"/>
</hbox>
</vbox>