Avoid warnings for strings translated
This commit is contained in:
parent
ff75e81441
commit
ca7f545e02
|
@ -27,7 +27,7 @@ static char const _license[] =
|
||||||
#include "window.h"
|
#include "window.h"
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
#define _(string) gettext(string)
|
#define _(string) gettext(string)
|
||||||
#define N_(string) (string)
|
#define N_(string) string
|
||||||
|
|
||||||
/* constants */
|
/* constants */
|
||||||
#ifndef PROGNAME
|
#ifndef PROGNAME
|
||||||
|
|
Loading…
Reference in New Issue
Block a user