summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/write-stringtable.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-08-24 01:01:22 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:48 +0200
commit8673507fd984850fabc641e49a9ecc4976b74fcd (patch)
tree74bdb2d532949a1e78ae9d61b8e1ba310d1d0b8d /gettext-tools/src/write-stringtable.c
parent3ca21651ac1de83c62a25729780e8901d54a34da (diff)
downloadexternal_gettext-8673507fd984850fabc641e49a9ecc4976b74fcd.zip
external_gettext-8673507fd984850fabc641e49a9ecc4976b74fcd.tar.gz
external_gettext-8673507fd984850fabc641e49a9ecc4976b74fcd.tar.bz2
Fix behaviour of "msgmerge --update" when sorting is requested and obsolete
messages are present.
Diffstat (limited to 'gettext-tools/src/write-stringtable.c')
-rw-r--r--gettext-tools/src/write-stringtable.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/src/write-stringtable.c b/gettext-tools/src/write-stringtable.c
index 4544c64..ddd03f2 100644
--- a/gettext-tools/src/write-stringtable.c
+++ b/gettext-tools/src/write-stringtable.c
@@ -1,5 +1,5 @@
/* Writing NeXTstep/GNUstep .strings files.
- Copyright (C) 2003, 2006-2007 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2006-2008 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
@@ -319,6 +319,7 @@ const struct catalog_output_format output_format_stringtable =
false, /* supports_multiple_domains */
false, /* supports_contexts */
false, /* supports_plurals */
+ false, /* sorts_obsoletes_to_end */
false, /* alternative_is_po */
false /* alternative_is_java_class */
};