X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-text-file.h;h=486cefb4cca9a4268418e20d5cd92b652212f356;hb=fb224459eed00514cbc36ecbc311c644f8b22def;hp=500acc82bd0086d7d61b95f821d005df0d6b55f4;hpb=0c9c3a513c26044082e546085747ddf8e7ec128a;p=pspp diff --git a/src/ui/gui/psppire-text-file.h b/src/ui/gui/psppire-text-file.h index 500acc82bd..486cefb4cc 100644 --- a/src/ui/gui/psppire-text-file.h +++ b/src/ui/gui/psppire-text-file.h @@ -57,6 +57,8 @@ struct _PsppireTextFile gchar *file_name; gchar *encoding; + gint maximum_lines; + /* The first several lines of the file. These copies which are UTF8 encoded, regardless of the file encoding. */ struct substring lines[MAX_PREVIEW_LINES];