ede/eworkpanel/NLS.h
2007-03-15 01:06:18 +00:00

13 lines
273 B
C

// Native language support - under construction
// Copyright (c) 2000. - 2005. EDE Authors
// This program is licenced under terms of the
// GNU General Public Licence version 2 or newer.
// See COPYING for details.
#ifndef _NLS_H_
#define _NLS_H_
#define _(s) s
#endif