X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmissing-val-dialog.c;h=d6f38a2d8f8e0dc3d8213ac62c78367f5fcb4050;hb=d1a98ef3d49f66f6622e2eee6215f78d9dda83bb;hp=8d9fda759b8146a145257db7d7c97071907550d3;hpb=96994a54e60e9c95b8bba54c2281acf7059b1203;p=pspp diff --git a/src/ui/gui/missing-val-dialog.c b/src/ui/gui/missing-val-dialog.c index 8d9fda759b..d6f38a2d8f 100644 --- a/src/ui/gui/missing-val-dialog.c +++ b/src/ui/gui/missing-val-dialog.c @@ -1,5 +1,6 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2005, 2006, 2009, 2011, 2012, 2015, 2016 Free Software Foundation + Copyright (C) 2005, 2006, 2009, 2011, 2012, 2015, 2016, + 2020 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 @@ -200,7 +201,8 @@ try_missing_value(const PsppireMissingValDialog *dialog, const gchar *text, unio value_init(vp, var_width); error_txt = data_in (ss_cstr(text), "UTF-8", dialog->format.type, - vp, var_width, dialog->encoding); + settings_get_fmt_settings (), vp, var_width, + dialog->encoding); if (error_txt) { err_dialog (error_txt, GTK_WINDOW (dialog)); @@ -374,6 +376,9 @@ psppire_missing_val_dialog_constructor (GType type, type, n_properties, properties); dialog = PSPPIRE_MISSING_VAL_DIALOG (obj); + g_object_set (dialog, "help-page", "Missing-Observations", + "title", _("Missing Values"), NULL); + content_area = GTK_CONTAINER (PSPPIRE_DIALOG (dialog)); xml = builder_new ("missing-val-dialog.ui"); gtk_container_add (GTK_CONTAINER (content_area),