Updated French translations Chnaged #include "config.h" to #ifdef

2000-09-10  Bradford Hovinen  <hovinen@helixcode.com>

        * po/fr.po: Updated French translations
        * all: Chnaged #include "config.h" to #ifdef HAVE_CONFIG_H ...
        * *.desktop, *.directory: Updated French translations
        * po/POTFILES.in: Added screensaver XML files

        Courtesy of Christophe Merlet <c.merlet@agglo-pau.fr>
This commit is contained in:
Bradford Hovinen 2000-09-10 12:57:17 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 818c4291c1
commit 99aa241dba
27 changed files with 1090 additions and 487 deletions

View file

@ -2,7 +2,11 @@
/* Copyright (C) 1998 Redhat Software Inc.
* Authors: Jonathan Blandford <jrb@redhat.com>
*/
#include <config.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "capplet-widget.h"
#include "gnome.h"
#include <string.h>