summaryrefslogtreecommitdiff
path: root/atk
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2013-12-11 16:35:28 +0100
committerAlejandro PiƱeiro <apinheiro@igalia.com>2013-12-11 16:35:28 +0100
commit9f9c0c070d31bd0c02c7aaa5c86b7a5167071da0 (patch)
tree39b78c569e99632f2131543366519a1bc41059a4 /atk
parentde851d88f8e37557f436452fe1e669b8f9ee2bca (diff)
downloadatk-9f9c0c070d31bd0c02c7aaa5c86b7a5167071da0.tar.gz
include config.h instead of atkintl.h
https://bugzilla.gnome.org/show_bug.cgi?id=644756
Diffstat (limited to 'atk')
-rwxr-xr-xatk/atkhyperlink.c5
-rwxr-xr-xatk/atkobject.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/atk/atkhyperlink.c b/atk/atkhyperlink.c
index 3508688..e31f982 100755
--- a/atk/atkhyperlink.c
+++ b/atk/atkhyperlink.c
@@ -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)
diff --git a/atk/atkobject.c b/atk/atkobject.c
index 8ff0238..3d4060a 100755
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -17,10 +17,13 @@
* 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