new version of the 'single click' patch
[wmaker-crm.git] / WINGs / wconfig.h
blob69a942d94c7f7edbef65bc51f3d836d61be4eda5
3 #ifndef WINGS_CONFIG_H_
4 #define WINGS_CONFIG_H_
6 #include "../src/config.h"
8 #if defined(HAVE_LIBINTL_H) && defined(I18N)
9 # include <libintl.h>
10 # define _(text) dgettext("WINGs", text)
11 #else
12 # define _(text) (text)
13 #endif
16 #endif /* WINGS_CONFIG_H_ */