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=cdfb21de2cbbf921b4e1fe0662439da1c460eabc;hp=35666600decca02e6f3b06e471ff79422f974a3e;hpb=fa1fffd5c789d9c7875fc3bdf556eaf017cf524e;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. */