X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-editor.h;h=81495d51207ecd66c1dc836cb45fae7bc42629c8;hb=6f1454ecbda2740057c831e333abca038f7e9710;hp=35666600decca02e6f3b06e471ff79422f974a3e;hpb=b3fcf4b1644bf4af9b5eb7b0b0f8856c51118128;p=pspp diff --git a/src/ui/gui/psppire-data-editor.h b/src/ui/gui/psppire-data-editor.h index 35666600de..81495d5120 100644 --- a/src/ui/gui/psppire-data-editor.h +++ b/src/ui/gui/psppire-data-editor.h @@ -65,7 +65,7 @@ struct _PsppireDataEditor /* Data sheet tab. */ GtkWidget *vbox; /* Top-level widget in tab. */ GtkWidget *cell_ref_label; /* GtkLabel that shows selected case and var. */ - GtkWidget *datum_entry; /* GtkComboBoxEntry for editing current cell. */ + GtkWidget *datum_entry; /* PsppireValueEntry for editing current cell. */ GtkWidget *datasheet_vbox_widget; /* ->vbox child that holds data sheets. */ GtkWidget *data_sheets[4]; /* Normally one data sheet; four, if split. */ gboolean split; /* True if data sheets are split. */