aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ename
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-09-12 12:22:40 +0800
committerChris Toshok <toshok@src.gnome.org>2002-09-12 12:22:40 +0800
commit2f31a96e35af54ff82d8f2dd23817c96a0729b37 (patch)
tree0e8a03a72176f305088a3f10e0e072044b1305e3 /e-util/ename
parentbc0adf69c7a2e3fd9560971a5b8dc997f7a2a7d1 (diff)
downloadgsoc2013-evolution-2f31a96e35af54ff82d8f2dd23817c96a0729b37.tar
gsoc2013-evolution-2f31a96e35af54ff82d8f2dd23817c96a0729b37.tar.gz
gsoc2013-evolution-2f31a96e35af54ff82d8f2dd23817c96a0729b37.tar.bz2
gsoc2013-evolution-2f31a96e35af54ff82d8f2dd23817c96a0729b37.tar.lz
gsoc2013-evolution-2f31a96e35af54ff82d8f2dd23817c96a0729b37.tar.xz
gsoc2013-evolution-2f31a96e35af54ff82d8f2dd23817c96a0729b37.tar.zst
gsoc2013-evolution-2f31a96e35af54ff82d8f2dd23817c96a0729b37.zip
[ Fixes #27546 ] add "di" to e_name_western_complex_last_table.
2002-09-11 Chris Toshok <toshok@ximian.com> [ Fixes #27546 ] * ename/e-name-western-tables.h (e_name_western_complex_last_table): add "di" to e_name_western_complex_last_table. svn path=/trunk/; revision=18054
Diffstat (limited to 'e-util/ename')
-rw-r--r--e-util/ename/e-name-western-tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/ename/e-name-western-tables.h b/e-util/ename/e-name-western-tables.h
index 2e94a94845..b5459049fa 100644
--- a/e-util/ename/e-name-western-tables.h
+++ b/e-util/ename/e-name-western-tables.h
@@ -69,6 +69,6 @@ char *e_name_western_twopart_sfx_table[] = {
NULL};
-char *e_name_western_complex_last_table[] = {"van", "von", "de", NULL};
+char *e_name_western_complex_last_table[] = {"van", "von", "de", "di", NULL};
#endif /* ! __E_NAME_WESTERN_TABLES_H__ */