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 "../config.h"
|
||||
#define _(string) gettext(string)
|
||||
#define N_(string) (string)
|
||||
#define N_(string) string
|
||||
|
||||
/* constants */
|
||||
#ifndef PROGNAME
|
||||
|
|
Loading…
Reference in New Issue
Block a user