author | Wes Johnston <wjohnston@mozilla.com> |
Mon, 03 Oct 2011 15:13:23 -0700 | |
changeset 79386 | 00de1043242f8bea5438f6ae7545db1767b6a848 |
parent 79385 | 077a86b75bdb1156a0c8431ec553652efc4a7121 |
child 79387 | 25b8388347afce9be72b1e4413f012567fa67e02 |
push id | 434 |
push user | clegnitto@mozilla.com |
push date | Wed, 21 Dec 2011 12:10:54 +0000 |
treeherder | mozilla-beta@bddb6ed8dd47 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mbrubeck |
bugs | 690878 |
milestone | 10.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/mobile/chrome/content/localePicker.xul +++ b/mobile/chrome/content/localePicker.xul @@ -18,18 +18,18 @@ <label class="loadingLabel" id="loading-label"/> <description id="change-language" class="link" onclick="LocaleUI.showPicker();" role="button"/> </vbox> <vbox id="picker-page" class="pane" flex="1"> <description id="picker-title"/> <richlistbox id="language-list" onclick="LocaleUI.selectLocale(event);" flex="1" class="window-width"/> <hbox class="footer"> + <button id="continue-button" class="continue" onclick="LocaleUI.installAddon();" crop="center"/> <button id="cancel-button" class="cancel" onclick="LocaleUI.cancelPicker();" crop="center"/> - <button id="continue-button" class="continue" onclick="LocaleUI.installAddon();" crop="center"/> </hbox> </vbox> <deck id="installer-page" class="pane" flex="1"> <vbox id="installer-page-installing" flex="1" pack="center" align="center"> <description id="installing-message" class="install-message"/> <button id="cancel-install-button" class="cancel" onclick="LocaleUI.cancelInstall();" crop="center"/> </vbox>