X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-sheet-header.c;h=c40b0aa381692099bbd8bb32adcdd7a9bc0489ed;hb=c4bc3574d974d3aaf4d291097c995a31515a308a;hp=c3c25042ecb0a4862fa876eaee870bd3b01b7c4d;hpb=facb4a1ad3c9e8b2cdf55824680eed2afb91aebe;p=pspp diff --git a/src/ui/gui/psppire-var-sheet-header.c b/src/ui/gui/psppire-var-sheet-header.c index c3c25042ec..c40b0aa381 100644 --- a/src/ui/gui/psppire-var-sheet-header.c +++ b/src/ui/gui/psppire-var-sheet-header.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2016 John Darrington + Copyright (C) 2016 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 @@ -47,7 +47,7 @@ static gpointer gi (GListModel *list, guint position) { GtkWidget *button = gtk_button_new (); - gchar *text = NULL; + const gchar *text = NULL; switch (position) {