aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/w32help.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-11-04 19:54:02 +0000
committerWerner Koch <[email protected]>2008-11-04 19:54:02 +0000
commit75c0534820958f69731dc3e07d839ad7e18474a4 (patch)
treebb81e738e6c59c488e706d515060ca4b5b3ea62f /jnlib/w32help.h
parentFixed the card removed with cached app bug. (Famous last fix). (diff)
downloadgnupg-75c0534820958f69731dc3e07d839ad7e18474a4.tar.gz
gnupg-75c0534820958f69731dc3e07d839ad7e18474a4.zip
Revamped the W32 gettext implementation.
Diffstat (limited to 'jnlib/w32help.h')
-rw-r--r--jnlib/w32help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/w32help.h b/jnlib/w32help.h
index 9d387bd3a..c503ad28a 100644
--- a/jnlib/w32help.h
+++ b/jnlib/w32help.h
@@ -28,7 +28,7 @@ int write_w32_registry_string (const char *root, const char *dir,
const char *name, const char *value);
#ifdef USE_SIMPLE_GETTEXT
-int set_gettext_file (const char *filename, const char *regkey);
+char *bindtextdomain (const char *domainname, const char *dirname);
const char *gettext (const char *msgid );
const char *ngettext (const char *msgid1, const char *msgid2,
unsigned long int n);