Change all instances of "help_page" to "help-page".
[pspp] / src / ui / gui / var-type-dialog.c
index 0a2bf3ee7aee2fa927f8fc003f4139928eeca24e..84b8baca0f1401b7d81661e4d7579953bde40826 100644 (file)
@@ -537,7 +537,7 @@ 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",
+  g_object_set (dialog, "help-page", "Input-and-Output-Formats",
                "title", _("Variable Type and Format"), NULL);
 
   xml = builder_new ("var-type-dialog.ui");