Merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba

Proposed by Paul J. Lucas
Status: Merged
Approved by: Matthias Brantner
Approved revision: 11152
Merged at revision: 11328
Proposed branch: lp:~paul-lucas/zorba/pjl-misc
Merge into: lp:zorba
Diff against target: 11 lines (+1/-0)
1 file modified
src/runtime/durations_dates_times/format_dateTime.cpp (+1/-0)
To merge this branch: bzr merge lp:~paul-lucas/zorba/pjl-misc
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Paul J. Lucas Approve
Review via email: mp+155890@code.launchpad.net

Commit message

Added setting of default country.

Description of the change

Added setting of default country.

To post a comment you must log in.
Revision history for this message
Paul J. Lucas (paul-lucas) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job pjl-misc-2013-03-28T05-51-40.85Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/runtime/durations_dates_times/format_dateTime.cpp'
2--- src/runtime/durations_dates_times/format_dateTime.cpp 2013-03-24 15:30:16 +0000
3+++ src/runtime/durations_dates_times/format_dateTime.cpp 2013-03-28 05:23:22 +0000
4@@ -1189,6 +1189,7 @@
5 // either, try the host's language and hope for the best.
6 //
7 lang = locale::get_host_lang();
8+ country = locale::get_host_country();
9 lang_is_fallback = true;
10 }
11 }

Subscribers

People subscribed via source and target branches