1 /* BEGIN INCLUDE FILE xforum_prompts.incl.pl1                          */
 2 
 3 
 4 /****^  HISTORY COMMENTS:
 5   1) change(87-04-13,LJAdams), approve(87-07-24,MCR7684),
 6      audit(87-07-24,Blair), install(87-08-06,MR12.1-1065):
 7      Created.
 8                                                    END HISTORY COMMENTS */
 9 
10 dcl  (BREAK_PROMPT                      char (34) init ("Press BREAK to return to the menu."),
11       COMMENTS_PROMPT                   char (40) init ("Which comment(s) do you wish to select? "),
12       COMMENT_PROMPT                    char (37) init ("Which comment do you wish to select? "),
13       FILE_PROMPT                       char (28) init ("Enter the name of the file: "),
14       FIRST_PROMPT                      char (80) init ("Enter the command and press RETURN (to return to Xforum just press RETURN):"),
15       RETURN_PROMPT                     char (46) init ("                    Press <RETURN> to continue"),
16       TEXT_PROMPT                       char (31) init ("Enter text to be searched for: "))
17       internal static options (constant);
18 
19 
20 /* END INCLUDE FILE  xforum_prompts.incl.pl1                           */