From: John Darrington Date: Sun, 27 Sep 2020 09:29:15 +0000 (+0200) Subject: psppire.xml: Replace placeholder strings, add missing widgets and sort X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce80361a582f88b22449b2d277873f7770155a0;p=pspp psppire.xml: Replace placeholder strings, add missing widgets and sort --- diff --git a/src/ui/gui/psppire.xml b/src/ui/gui/psppire.xml index 4a0cd60c1f..3c0d43a64e 100644 --- a/src/ui/gui/psppire.xml +++ b/src/ui/gui/psppire.xml @@ -3,22 +3,33 @@ - - + + + + - - - - - + + + + + + + + + + - + + + + + diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 0bf7e979cb..7b308c0e3f 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -77,6 +77,11 @@ along with this program. If not, see . #include "psppire-dialog-action-var-info.h" #include "psppire-dialog-action-weight.h" #include "psppire-value-entry.h" +#include "psppire-data-sheet.h" +#include "psppire-var-sheet-header.h" +#include "psppire-variable-sheet.h" +#include + static volatile GType kludge; @@ -215,6 +220,10 @@ preregister_widgets (void) psppire_value_entry_get_type (); psppire_checkbox_treeview_get_type (); psppire_means_layer_get_type (); + ssw_sheet_get_type (); + psppire_data_sheet_get_type (); + psppire_var_sheet_header_get_type (); + psppire_variable_sheet_get_type (); preregister_actions (); preregister_misc ();