rnd-20030830-1-src
[rocksndiamonds.git] / src / screens.c
index 2b13ad56d5b6151298db70fff9798a28b9c30b86..0d3b008ab9f44f115c8a6bc09e9f843ad554700b 100644 (file)
@@ -1813,6 +1813,8 @@ static struct TokenInfo setup_info_editor[] =
   { TYPE_SWITCH,       &setup.editor.el_custom,        "Custom:"       },
   { TYPE_SWITCH,       &setup.editor.el_custom_more,   "More Custom:"  },
   { TYPE_EMPTY,                NULL,                   ""                      },
+  { TYPE_SWITCH,       &setup.editor.el_headlines,     "Headlines:"    },
+  { TYPE_EMPTY,                NULL,                   ""                      },
   { TYPE_LEAVE_MENU,   execSetupMain,          "Back"                  },
   { 0,                 NULL,                   NULL                    }
 };