X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=26a5dac4fd33f79c30545d1d3dae304727c71bdd;hb=c1f04750c4430bf3e7f0630842f879ee695b947d;hp=bbbc5a728a1204e394ec7102e92106ea48c7edac;hpb=a0e349cf4628a5a0c60cffa6ec8341c252c1c1e0;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index bbbc5a728a..26a5dac4fd 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -1,3 +1,21 @@ +/* +PSPP - a program for statistical analysis. +Copyright (C) 2017 Free Software Foundation, Inc. + +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 +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + #include #include @@ -34,6 +52,7 @@ #include "psppire-dialog-action-histogram.h" #include "psppire-dialog-action-indep-samps.h" #include "psppire-dialog-action-k-related.h" +#include "psppire-dialog-action-k-independent.h" #include "psppire-dialog-action-1sks.h" #include "psppire-dialog-action-kmeans.h" #include "psppire-dialog-action-logistic.h" @@ -85,6 +104,7 @@ static const get_type_func dialog_action_types[]= psppire_dialog_action_histogram_get_type, psppire_dialog_action_logistic_get_type, psppire_dialog_action_kmeans_get_type, + psppire_dialog_action_k_independent_get_type, psppire_dialog_action_k_related_get_type, psppire_dialog_action_means_get_type, psppire_dialog_action_oneway_get_type,