summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-07-13 14:05:20 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-07-13 14:05:20 +0000
commit84199b84994d7776aabcb2e82ef3454350f96c9d (patch)
tree84c5345b4f771c922ea2b3c026a57483ebaaeb14
parentb74bd86e17979c56020339815d2771765ac3d798 (diff)
downloadpango-84199b84994d7776aabcb2e82ef3454350f96c9d.tar.gz
Make table constant. (#145515, Morten Welinder)
Tue Jul 13 10:02:53 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-utils.c (pango_language_get_sample_string): Make table constant. (#145515, Morten Welinder)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--pango/pango-utils.c2
5 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cb7c2193..f9490f93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jul 13 10:02:53 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-utils.c (pango_language_get_sample_string):
+ Make table constant. (#145515, Morten Welinder)
+
2004-07-12 Changwoo Ryu <cwryu@debian.org>
* modules/hangul/hangul-fc.c (render_basic): Render U+00A0
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index cb7c2193..f9490f93 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+Tue Jul 13 10:02:53 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-utils.c (pango_language_get_sample_string):
+ Make table constant. (#145515, Morten Welinder)
+
2004-07-12 Changwoo Ryu <cwryu@debian.org>
* modules/hangul/hangul-fc.c (render_basic): Render U+00A0
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index cb7c2193..f9490f93 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+Tue Jul 13 10:02:53 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-utils.c (pango_language_get_sample_string):
+ Make table constant. (#145515, Morten Welinder)
+
2004-07-12 Changwoo Ryu <cwryu@debian.org>
* modules/hangul/hangul-fc.c (render_basic): Render U+00A0
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index cb7c2193..f9490f93 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+Tue Jul 13 10:02:53 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-utils.c (pango_language_get_sample_string):
+ Make table constant. (#145515, Morten Welinder)
+
2004-07-12 Changwoo Ryu <cwryu@debian.org>
* modules/hangul/hangul-fc.c (render_basic): Render U+00A0
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 68267772..4895fff5 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -1165,7 +1165,7 @@ lang_info_compare (const void *key, const void *val)
* in the following have sufficient text to excercise all the accents for the language, and
* there are obviously many more languages to include as well.
*/
-static LangInfo lang_texts[] = {
+static const LangInfo lang_texts[] = {
{ "ar", "Arabic \330\247\331\204\330\263\331\204\330\247\331\205 \330\271\331\204\331\212\331\203\331\205" },
{ "cs", "Czech (\304\215esky) Dobr\303\275 den" },
{ "da", "Danish (Dansk) Hej, Goddag" },