Avoid warnings for strings translated

This commit is contained in:
Pierre Pronchery 2015-05-23 19:40:32 +02:00
parent ff75e81441
commit ca7f545e02

View File

@ -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