diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/merging/eab-contact-merging.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 8fb965960d..a9fc3e5a12 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2008-12-23 Andre Klapper <a9016009@gmx.de> + + * gui/merging/eab-contact-merging.c: + Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h> + 2008-12-09 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #563669 diff --git a/addressbook/gui/merging/eab-contact-merging.c b/addressbook/gui/merging/eab-contact-merging.c index a912a4f08e..502fe381b6 100644 --- a/addressbook/gui/merging/eab-contact-merging.c +++ b/addressbook/gui/merging/eab-contact-merging.c @@ -32,7 +32,7 @@ #include <string.h> #include "addressbook/gui/widgets/eab-contact-display.h" #include "e-util/e-util-private.h" -#include <libgnome/gnome-i18n.h> +#include <glib/gi18n.h> typedef struct dropdown_data dropdown_data; typedef enum { |