X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.c;h=62bbfef9c879fb4f6aff76ee649494390cd87787;hb=75aeeafa67aa460512683311566a83917d399c70;hp=5b40635b66606553f6545f342f56b5c67b6b63d8;hpb=9368d05aae3a64fd81b237dcf77fb1376af2fefd;p=pspp diff --git a/src/ui/gui/psppire-data-store.c b/src/ui/gui/psppire-data-store.c index 5b40635b66..62bbfef9c8 100644 --- a/src/ui/gui/psppire-data-store.c +++ b/src/ui/gui/psppire-data-store.c @@ -22,7 +22,11 @@ #include #include #include -#include +#include +#define _(msgid) gettext (msgid) +#define N_(msgid) msgid + + #include #include @@ -40,8 +44,6 @@ #include #include -#define _(A) A -#define N_(A) A static void psppire_data_store_init (PsppireDataStore *data_store); @@ -661,7 +663,7 @@ geometry_get_justification(const GSheetColumn *geom, gint unit) } -static const gchar null_var_name[]=_("var"); +static const gchar null_var_name[]=N_("var"); static const gchar * geometry_get_button_label(const GSheetColumn *geom, gint unit)