X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcustomentry.c;h=a376a7fb052867392064904c2ef2b4e517e484af;hb=292700057732bffe0808f7ed862c04321e92eacf;hp=b40c11cd0301588c14309485e348a86723e19764;hpb=948629d16bb369cdda1f3b8f24d5440fc5976651;p=pspp-builds.git diff --git a/src/ui/gui/customentry.c b/src/ui/gui/customentry.c index b40c11cd..a376a7fb 100644 --- a/src/ui/gui/customentry.c +++ b/src/ui/gui/customentry.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2005, 2007 Free Software Foundation + Copyright (C) 2005, 2007, 2010 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -54,12 +54,8 @@ */ #include -#include -#define _(msgid) gettext (msgid) - -#include -#include +#include #include "customentry.h" @@ -331,7 +327,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),