X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcustomentry.c;h=762603f84ba16e02a004be58189e6130fbe279ba;hb=618a58ebb4c59dff83374278e44b7375b3865935;hp=6282937016bac0abf6038e5750c7d307f1b9308c;hpb=573068f2bdcd3f8796e9646668fed910a90f890b;p=pspp-builds.git diff --git a/src/ui/gui/customentry.c b/src/ui/gui/customentry.c index 62829370..762603f8 100644 --- a/src/ui/gui/customentry.c +++ b/src/ui/gui/customentry.c @@ -58,11 +58,15 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#include +#include +#define _(msgid) gettext (msgid) + + #include #include #include "customentry.h" -#define P_(A) A static void psppire_custom_entry_class_init (PsppireCustomEntryClass *klass); static void psppire_custom_entry_init (PsppireCustomEntry *ce); @@ -331,7 +335,7 @@ psppire_custom_entry_class_init (PsppireCustomEntryClass *klass) (widget_class, g_param_spec_enum ("shadow_type", "Shadow Type", - P_("Style of bevel around the custom entry button"), + _("Style of bevel around the custom entry button"), GTK_TYPE_SHADOW_TYPE, GTK_SHADOW_ETCHED_IN, G_PARAM_READABLE),