X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-sheet-header.c;h=c3c25042ecb0a4862fa876eaee870bd3b01b7c4d;hb=0931dbb924b98df79989e2b4017f538f2ab6b23c;hp=ad0401e6c8d50894b7f91d3e5904c0477f9d99e4;hpb=656e46ed80e20bf34312f01607a7bebdd2d8d622;p=pspp diff --git a/src/ui/gui/psppire-var-sheet-header.c b/src/ui/gui/psppire-var-sheet-header.c index ad0401e6c8..c3c25042ec 100644 --- a/src/ui/gui/psppire-var-sheet-header.c +++ b/src/ui/gui/psppire-var-sheet-header.c @@ -1,5 +1,4 @@ -/* - A candidate replacement for Pspp's sheet +/* PSPPIRE - a graphical user interface for PSPP. Copyright (C) 2016 John Darrington This program is free software: you can redistribute it and/or modify @@ -91,7 +90,7 @@ gi (GListModel *list, guint position) if (text) gtk_button_set_label (GTK_BUTTON (button), gettext (text)); - + return button; }