help: added help page info to variable sheet dialogs
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 26 Jun 2020 06:15:52 +0000 (08:15 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 26 Jun 2020 07:43:25 +0000 (09:43 +0200)
src/ui/gui/missing-val-dialog.c
src/ui/gui/val-labs-dialog.c
src/ui/gui/var-type-dialog.c

index 8d9fda759b8146a145257db7d7c97071907550d3..09e17c1aaff4046989f0866e7529ab5bb6e45dfb 100644 (file)
@@ -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
@@ -374,6 +375,8 @@ 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", NULL);
+
   content_area = GTK_CONTAINER (PSPPIRE_DIALOG (dialog));
   xml = builder_new ("missing-val-dialog.ui");
   gtk_container_add (GTK_CONTAINER (content_area),
index d1649e900bae47ccf5f8eee28e578a69e84ae2da..4dce3dae0cb6b155392508cdad9931718e354e4f 100644 (file)
@@ -1,5 +1,6 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2005, 2009, 2010, 2011, 2012, 2015, 2016  Free Software Foundation
+   Copyright (C) 2005, 2009, 2010, 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
@@ -474,6 +475,8 @@ psppire_val_labs_dialog_constructor (GType                  type,
     type, n_properties, properties);
   dialog = PSPPIRE_VAL_LABS_DIALOG (obj);
 
+  g_object_set (dialog, "help_page", "VALUE-LABELS", NULL);
+
   content_area = GTK_CONTAINER (PSPPIRE_DIALOG (dialog));
   gtk_container_add (GTK_CONTAINER (content_area),
                      get_widget_assert (xml, "val-labs-dialog"));
index 66eb0827f579ed1a595eafd4ea1e869573085f29..5d17b2722d7bca343256b2e7bfdbe2ea10d5b7d4 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-    Copyright (C) 2005, 2006, 2010, 2011, 2012, 2015  Free Software Foundation
+   Copyright (C) 2005, 2006, 2010, 2011, 2012, 2015, 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
@@ -533,6 +533,8 @@ psppire_var_type_dialog_constructor (GType                  type,
     type, n_properties, properties);
   dialog = PSPPIRE_VAR_TYPE_DIALOG (obj);
 
+  g_object_set (dialog, "help_page", "Input-and-Output-Formats", NULL);
+
   xml = builder_new ("var-type-dialog.ui");
 
   content_area = GTK_CONTAINER (PSPPIRE_DIALOG (dialog));