2004-03-23 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Tue, 23 Mar 2004 13:43:37 +0000 (13:43 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 23 Mar 2004 13:43:37 +0000 (13:43 +0000)
* gpgme.texi (Library Version Check): Fix the instruction when to
set the locale.

doc/ChangeLog
doc/gpgme.texi

index ac54f63b6447d559931f6f2d48f45eb75a8957dc..afb99cbf55460f7a3136bcfa5125c258c49a78d1 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-23  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Library Version Check): Fix the instruction when to
+       set the locale.
+
 2004-03-03  Marcus Brinkmann  <marcus@g10code.de>
 
        * gpgme.texi (I/O Callback Example Qt): New section by Marc Mutz.
index 1e7936d04dd02517b9118b3fbf73e2b5898d2cb3..9eb707936cffe19bd74e50f133d5d7a2f1e16707 100644 (file)
@@ -576,9 +576,9 @@ features are provided by the installed version of the library.
 
 
 After initializing @acronym{GPGME}, you should set the locale
-information to the locale required for your output terminal (only
-required if your program runs on a text terminal, rather than in the X
-Window environment).  Here is an example of a complete initialization:
+information to the locale required for your output terminal.  This
+locale information is needed for example for the curses and Gtk
+pinentry.  Here is an example of a complete initialization:
 
 @example
 #include <locale.h>