1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-11 19:25:49 +01:00

Add i18n labels to wmgenmenu

This commit is contained in:
Tamas TEVESZ
2010-04-11 21:12:01 +02:00
committed by Carlos R. Mafra
parent 6002ce0cbc
commit 4247ac9f82
5 changed files with 424 additions and 334 deletions

View File

@@ -112,24 +112,10 @@ void AddDeadChildHandler(pid_t pid, void (*handler)(void*), void *data);
#define FRAME_WIDTH 524
#define FRAME_HEIGHT 235
/*
* Needed for HAVE_LIBINTL_H
*/
#include "../src/config.h"
#if HAVE_LIBINTL_H && I18N
# include <libintl.h>
# define _(text) gettext(text)
# define N_(text) (text)
#else
# define _(text) (text)
# define N_(text) (text)
#endif
#endif
#include "../src/wconfig.h"
#endif /* WPREFS_H_ */