include config.h instead of atkintl.h
authorKjartan Maraas <kmaraas@gnome.org>
Wed, 11 Dec 2013 15:35:28 +0000 (16:35 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 11 Dec 2013 15:35:28 +0000 (16:35 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=644756

atk/atkhyperlink.c
atk/atkobject.c

index 3508688..e31f982 100755 (executable)
@@ -17,8 +17,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
 #include "atkhyperlink.h"
-#include "atkintl.h"
+#include <glib/gi18n-lib.h>
 
 /**
  * SECTION:atkhyperlink
@@ -395,7 +396,7 @@ atk_hyperlink_get_n_anchors (AtkHyperlink *link)
  * Please use ATK_STATE_FOCUSABLE for all links, and ATK_STATE_FOCUSED
  * for focused links.
  *
- * Returns: True is the AtkHyperlink is selected, False otherwise
+ * Returns: True if the AtkHyperlink is selected, False otherwise
  **/
 gboolean
 atk_hyperlink_is_selected_link (AtkHyperlink *link)
index 8ff0238..3d4060a 100755 (executable)
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include <string.h>
 #include <locale.h>
 
 #include <glib-object.h>
+#include <glib/gi18n-lib.h>
 
 #ifdef G_OS_WIN32
 #define STRICT
@@ -32,7 +35,6 @@
 
 #include "atk.h"
 #include "atkmarshal.h"
-#include "atkintl.h"
 
 /**
  * SECTION:atkobject