Remove this and use gnome-i18n.h instead.

2003-06-27  Richard Hult  <richard@imendio.com>

	* typing-break/drw-intl.h: Remove this and use gnome-i18n.h
	instead.

	* typing-break/Makefile.am: Remove drw-intl.h

	* typing-break/drwright.c:
	* typing-break/drwright.h:
	* typing-break/drw-break-window.c: Merge in changes from drwright.
This commit is contained in:
Richard Hult 2003-06-27 15:47:32 +00:00 committed by Richard Hult
parent 168f178cea
commit f39c8ca372
10 changed files with 119 additions and 131 deletions

View file

@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Copyright (C) 2002 CodeFactory AB
* Copyright (C) 2002-2003 Richard Hult <rhult@codefactory.se>
* Copyright (C) 2002-2003 Richard Hult <richard@imendio.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@ -24,7 +24,7 @@
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
#include <libgnomeui/libgnomeui.h>
#include "drw-intl.h"
#include <libgnome/gnome-i18n.h>
#include "drw-selection.h"
#include "drwright.h"