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,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Copyright (C) 2002 Richard Hult <rhult@codefactory.se>
* Copyright (C) 2002 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
@ -21,8 +21,10 @@
#ifndef __DR_WRIGHT_H__
#define __DR_WRIGHT_H__
#define GCONF_PATH "/desktop/gnome/typing_break"
typedef struct _DrWright DrWright;
DrWright * drwright_new (void);
DrWright *drwright_new (void);
#endif /* __DR_WRIGHT_H__ */