am b66cb69e: tweak recovery text images

* commit 'b66cb69e3933d5f56f06d88cd31817f49d87df5f':
  tweak recovery text images
This commit is contained in:
Doug Zongker
2012-09-18 16:54:44 -07:00
committed by Android Git Automerger
5 changed files with 2 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

+2 -1
View File
@@ -393,7 +393,8 @@ void ScreenRecoveryUI::SetLocale(const char* locale) {
if (strcmp(lang, "ar") == 0 || // Arabic if (strcmp(lang, "ar") == 0 || // Arabic
strcmp(lang, "fa") == 0 || // Persian (Farsi) strcmp(lang, "fa") == 0 || // Persian (Farsi)
strcmp(lang, "he") == 0 || // Hebrew (new language code) strcmp(lang, "he") == 0 || // Hebrew (new language code)
strcmp(lang, "iw") == 0) { // Hebrew (old language code) strcmp(lang, "iw") == 0 || // Hebrew (old language code)
strcmp(lang, "ur") == 0) { // Urdu
rtl_locale = true; rtl_locale = true;
} }
free(lang); free(lang);