summaryrefslogtreecommitdiff
path: root/src/newgrf_text.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-08-13 13:12:19 +0000
committerglx <glx@openttd.org>2007-08-13 13:12:19 +0000
commit35e8f64e9ab8a164fd66f7646ceb59bb8126ecd1 (patch)
treedc8d3af8a3d6d7d04f1bac5da5432dc70d9ba99e /src/newgrf_text.cpp
parent81810ad3914a87887abbb5ba0a0fd9f458c3044e (diff)
downloadopenttd-35e8f64e9ab8a164fd66f7646ceb59bb8126ecd1.tar.xz
(svn r10877) -Fix: some isocodes were wrong
Diffstat (limited to 'src/newgrf_text.cpp')
-rw-r--r--src/newgrf_text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp
index 74090d067..f9ef1ec5c 100644
--- a/src/newgrf_text.cpp
+++ b/src/newgrf_text.cpp
@@ -101,7 +101,7 @@ const iso_grf iso_codes[] = {
{"es_ES", GRFLX_SPANISH},
{"af_ZA", GRFLX_AFRIKAANS},
{"hr_HR", GRFLX_CROATIAN},
- {"cs_CS", GRFLX_CZECH},
+ {"cs_CZ", GRFLX_CZECH},
{"ca_ES", GRFLX_CATALAN},
{"da_DA", GRFLX_DANISH},
{"nl_NL", GRFLX_DUTCH},