diff options
| author | Ulrich Drepper <[email protected]> | 2007-06-06 00:09:36 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2007-06-06 00:09:36 +0000 |
| commit | b0243863149acde9e42b25688c7c2959830e69a9 (patch) | |
| tree | b0aa28cf6e13bb45f3bbaccbc89ff453443a9794 /src/strings.c | |
| parent | f66c8d886fca8ccac992e734fc56e228ce5d9c1a (diff) | |
Prepare for 0.128 release.
Minor fixes.
Update gettext files to 0.16.1.
Diffstat (limited to 'src/strings.c')
| -rw-r--r-- | src/strings.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/strings.c b/src/strings.c index 87e5d8ef..e5507354 100644 --- a/src/strings.c +++ b/src/strings.c @@ -149,10 +149,10 @@ main (int argc, char *argv[]) (void) setlocale (LC_ALL, ""); /* Make sure the message catalog can be found. */ - (void) bindtextdomain (PACKAGE, LOCALEDIR); + (void) bindtextdomain (PACKAGE_TARNAME, LOCALEDIR); /* Initialize the message catalog. */ - (void) textdomain (PACKAGE); + (void) textdomain (PACKAGE_TARNAME); /* Parse and process arguments. */ int remaining; @@ -223,7 +223,7 @@ main (int argc, char *argv[]) static void print_version (FILE *stream, struct argp_state *state __attribute__ ((unused))) { - fprintf (stream, "strings (%s) %s\n", PACKAGE_NAME, VERSION); + fprintf (stream, "strings (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION); fprintf (stream, gettext ("\ Copyright (C) %s Red Hat, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ |
