text-item: Merge "title" and "subtitle" items into a new "page title".
[pspp] / src / output / text-item.h
index 3cfeb28b73e9e5ed08fdd8a33d1cefbec0f27a24..e09d06badc4da4f3ff11d8b626f72a393c9f4eee 100644 (file)
@@ -39,8 +39,7 @@ enum text_item_type
     TEXT_ITEM_COMMAND_CLOSE,    /* Command completed. */
 
     /* Headings. */
-    TEXT_ITEM_TITLE,            /* TITLE command. */
-    TEXT_ITEM_SUBTITLE,         /* SUBTITLE command. */
+    TEXT_ITEM_PAGE_TITLE,       /* TITLE and SUBTITLE commands. */
     TEXT_ITEM_SUBHEAD,          /* Heading within a command's output.*/
 
     /* Syntax. */