]> git.pld-linux.org Git - packages/qt.git/blame - qt-fix-lv.patch
- desc why patches are commented out
[packages/qt.git] / qt-fix-lv.patch
CommitLineData
41ae0a77
PG
1--- qt-3.0.5/src/codecs/qtextcodec.cpp.old 2002-07-08 13:26:48.000000000 +0300
2+++ qt-3.0.5/src/codecs/qtextcodec.cpp 2002-08-08 15:57:08.000000000 +0300
3@@ -619,7 +619,7 @@
4 "eo", 0 };
5
6 static const char * const iso8859_4locales[] = {
7- "ee", "ee_EE", "lv", "lv_LV", 0 };
8+ "ee", "ee_EE", 0 };
9
10 static const char * const iso8859_5locales[] = {
11 "mk", "mk_MK", "sp", "sp_YU", 0 };
12@@ -643,7 +643,7 @@
13 "tr", "tr_TR", "turkish", 0 };
14
15 static const char * const iso8859_13locales[] = {
16- "lt", "lt_LT", 0 };
17+ "lt", "lt_LT", "lv", "lv_LV", 0 };
18
19 static const char * const iso8859_15locales[] = {
20 "fr", "fi", "french", "finnish", "et", "et_EE", 0 };
This page took 0.076778 seconds and 4 git commands to generate.