summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-07-13 14:06:13 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-07-13 14:06:13 +0000
commit8efd1bc6db72b98509a81a82cee8ac903c287e23 (patch)
tree7988d9c407cfa7dd4942de150e5da4fa4fd50ea4 /pango/pango-utils.c
parent2adcc56a4887eb8b454522b8f639fc734518f47c (diff)
downloadpango-8efd1bc6db72b98509a81a82cee8ac903c287e23.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)
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r--pango/pango-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 37cc6ea0..7ff41fdb 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -1301,7 +1301,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" },