head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.02.28.09.45.18;	author clive;	state dead;
branches;
next	1.1;

1.1
date	2000.08.16.21.02.11;	author ade;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.4.0
@
text
@--- 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 ) {
@


1.1
log
@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>
@
text
@@

