X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.c;h=9a59638fc897fe1239fbfacb990f7d1277134391;hb=04ffc94fe6e7940dd49bf3185048ba99aee58442;hp=9833fb496f8a0be6dd3145fc7bbb334fe46b341f;hpb=b5c82cc9aabe7e641011130240ae1b2e84348e23;p=pspp diff --git a/src/ui/gui/psppire-data-store.c b/src/ui/gui/psppire-data-store.c index 9833fb496f..9a59638fc8 100644 --- a/src/ui/gui/psppire-data-store.c +++ b/src/ui/gui/psppire-data-store.c @@ -793,7 +793,7 @@ get_column_button_label (const PsppireSheetModel *model, gint col) PsppireDataStore *ds = PSPPIRE_DATA_STORE (model); if ( col >= psppire_dict_get_var_cnt (ds->dict) ) - return g_locale_to_utf8 (null_var_name, -1, 0, 0, 0); + return xstrdup (gettext (null_var_name)); pv = psppire_dict_get_variable (ds->dict, col);