1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/gpa/files/patch-ad
Ade Lovett be1fd8388e The GNU Privacy Assistant is a graphical frontend to GnuPG and may be
used to manage the keys and encrypt/decrypt/sign/check files.

Submitted by:	Clive Lin <clive@CirX.ORG>
2000-08-16 21:02:12 +00:00

21 lines
560 B
Plaintext

--- src/gpa.c.orig Thu Aug 17 01:57:46 2000
+++ src/gpa.c Thu Aug 17 01:58:17 2000
@@ -135,6 +135,7 @@
#ifdef HAVE_LC_MESSAGES
setlocale( LC_TIME, "" );
setlocale( LC_MESSAGES, "" );
+ gtk_set_locale ();
#else
setlocale( LC_ALL, "" );
#endif
@@ -161,8 +162,8 @@
set_strusage( my_strusage );
/*log_set_name ("gpa"); notyet implemented in logging.c */
- i18n_init ();
gtk_init (&argc, &argv);
+ i18n_init ();
opt.homedir = getenv("GNUPGHOME");
if( !opt.homedir || !*opt.homedir ) {