1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-01 11:32:34 +01:00

another missing file

This commit is contained in:
dan
2001-07-30 20:57:59 +00:00
parent 5908962cac
commit d052b5a90c

18
WINGs/wconfig.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef WINGS_CONFIG_H_
#define WINGS_CONFIG_H_
#include "../src/config.h"
#if defined(HAVE_LIBINTL_H) && defined(I18N)
# include <libintl.h>
# define _(text) dgettext("WINGs", text)
#else
# define _(text) (text)
#endif
#endif /* WINGS_CONFIG_H_ */