zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #19732
[Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/pjl-misc into lp:zorba.
Commit message:
Added setting of default country.
Requested reviews:
Paul J. Lucas (paul-lucas)
For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/155890
Added setting of default country.
--
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/155890
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/runtime/durations_dates_times/format_dateTime.cpp'
--- src/runtime/durations_dates_times/format_dateTime.cpp 2013-03-24 15:30:16 +0000
+++ src/runtime/durations_dates_times/format_dateTime.cpp 2013-03-28 05:23:22 +0000
@@ -1189,6 +1189,7 @@
// either, try the host's language and hope for the best.
//
lang = locale::get_host_lang();
+ country = locale::get_host_country();
lang_is_fallback = true;
}
}
Follow ups