blob: 39931cf42c3ef641ad3493274c79287eaf8b16df (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/corelib/tools/qlocale_unix.cpp.org 2012-04-14 11:02:06.425917171 +0200
+++ src/corelib/tools/qlocale_unix.cpp 2012-04-14 11:02:50.247920549 +0200
@@ -68,6 +68,8 @@
lang = QByteArray("C");
if (numeric.isEmpty())
numeric = lang;
+ if (time.isEmpty())
+ time = lang;
if (monetary.isEmpty())
monetary = lang;
if (lc_messages_var.isEmpty())
|