diff options
author | Werner Koch <[email protected]> | 2005-01-20 11:42:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-01-20 11:42:03 +0000 |
commit | 5bda87bd6ea9936af2abd3c449fc48dc57549c1f (patch) | |
tree | feefe0d59cbe40eb7952b2f24a22fcf394ca8a27 /util/argparse.c | |
parent | * NEWS: Note --rfc2440-text import/export-unusable-sigs and (diff) | |
download | gnupg-5bda87bd6ea9936af2abd3c449fc48dc57549c1f.tar.gz gnupg-5bda87bd6ea9936af2abd3c449fc48dc57549c1f.zip |
* g10.c (i18n_init) [W32]: Pass registry key to gettext
initialization.
* gpgv.c (i18n_init) [W32]: Ditto.
* simple-gettext.c (set_gettext_file): Use MO files depending on
the installation directory. Add new arg REGKEY.
Diffstat (limited to '')
-rw-r--r-- | util/argparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/argparse.c b/util/argparse.c index 30b403fd1..becfb4d06 100644 --- a/util/argparse.c +++ b/util/argparse.c @@ -914,7 +914,7 @@ default_strusage( int level ) switch( level ) { case 11: p = "foo"; break; case 13: p = "0.0"; break; - case 14: p = "Copyright (C) 2004 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2005 Free Software Foundation, Inc."; break; case 15: p = "This program comes with ABSOLUTELY NO WARRANTY.\n" "This is free software, and you are welcome to redistribute it\n" |