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:
committed by
Carlos R. Mafra
parent
6002ce0cbc
commit
4247ac9f82
@@ -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_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user