help: added help page info to variable sheet dialogs
[pspp] / src / ui / gui / var-type-dialog.c
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));