X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcustomentry.c;h=7b3104693589d95d28aa03745d8811baa9b8e176;hb=bfd605f370a9bd8c6ab52d2f903bd1745136add6;hp=b40c11cd0301588c14309485e348a86723e19764;hpb=948629d16bb369cdda1f3b8f24d5440fc5976651;p=pspp diff --git a/src/ui/gui/customentry.c b/src/ui/gui/customentry.c index b40c11cd03..7b31046935 100644 --- a/src/ui/gui/customentry.c +++ b/src/ui/gui/customentry.c @@ -54,9 +54,6 @@ */ #include -#include -#define _(msgid) gettext (msgid) - #include #include @@ -331,7 +328,7 @@ psppire_custom_entry_class_init (PsppireCustomEntryClass *klass) (widget_class, g_param_spec_enum ("shadow_type", "Shadow Type", - _("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),