X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-button-editable.c;fp=src%2Fui%2Fgui%2Fpsppire-button-editable.c;h=f77e3ce21711263f8eff489e28dd756b6bae2986;hb=8d2d55361082c9cb688c4ce8d565aa3b2ffaf849;hp=05cc0057dd736459eb73d04c4e37b4d6be279237;hpb=e441137bbe19f41edbc87dd51ecd2a8e4396cf6d;p=pspp diff --git a/src/ui/gui/psppire-button-editable.c b/src/ui/gui/psppire-button-editable.c index 05cc0057dd..f77e3ce217 100644 --- a/src/ui/gui/psppire-button-editable.c +++ b/src/ui/gui/psppire-button-editable.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011, 2012, 2016 Free Software Foundation, Inc. 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 @@ -21,6 +21,7 @@ #include #define _(msgid) gettext (msgid) #define N_(msgid) msgid +#define P_(STRING) STRING /* GtkCellEditable interface. */ static void gtk_cell_editable_interface_init (GtkCellEditableIface *iface); @@ -132,8 +133,8 @@ psppire_button_editable_class_init (PsppireButtonEditableClass *class) g_object_class_install_property (gobject_class, PROP_PATH, g_param_spec_string ("path", - _("TreeView path"), - _("The path to the row in the GtkTreeView, as a string"), + P_("TreeView path"), + P_("The path to the row in the GtkTreeView, as a string"), "", G_PARAM_READWRITE));