gtkhtml r8811 - trunk/components/editor
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkhtml r8811 - trunk/components/editor
- Date: Fri, 4 Apr 2008 18:40:46 +0100 (BST)
Author: mbarnes
Date: Fri Apr 4 18:40:45 2008
New Revision: 8811
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8811&view=rev
Log:
2008-04-04 Matthew Barnes <mbarnes redhat com>
* components/editor/gtkhtml-spell-checker.c:
* components/editor/gtkhtml-spell-language.c:
#include <enchant.h>, not <enchant/enchant.h>
Modified:
trunk/components/editor/ChangeLog
trunk/components/editor/gtkhtml-spell-checker.c
trunk/components/editor/gtkhtml-spell-language.c
Modified: trunk/components/editor/gtkhtml-spell-checker.c
==============================================================================
--- trunk/components/editor/gtkhtml-spell-checker.c (original)
+++ trunk/components/editor/gtkhtml-spell-checker.c Fri Apr 4 18:40:45 2008
@@ -22,7 +22,7 @@
#include <string.h>
#include <glib/gi18n-lib.h>
-#include <enchant/enchant.h>
+#include <enchant.h>
#include "gtkhtml-spell-marshal.h"
Modified: trunk/components/editor/gtkhtml-spell-language.c
==============================================================================
--- trunk/components/editor/gtkhtml-spell-language.c (original)
+++ trunk/components/editor/gtkhtml-spell-language.c Fri Apr 4 18:40:45 2008
@@ -22,7 +22,7 @@
#include <string.h>
#include <glib/gi18n-lib.h>
-#include <enchant/enchant.h>
+#include <enchant.h>
#define ISO_639_DOMAIN "iso_639"
#define ISO_3166_DOMAIN "iso_3166"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]