https://bugzilla.gnome.org/show_bug.cgi?id=644756
* Boston, MA 02111-1307, USA.
*/
+#include "config.h"
#include "atkhyperlink.h"
-#include "atkintl.h"
+#include <glib/gi18n-lib.h>
/**
* SECTION:atkhyperlink
* 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)
* 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
#include "atk.h"
#include "atkmarshal.h"
-#include "atkintl.h"
/**
* SECTION:atkobject