36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
/* (c)dialog compatibility flag */
gboolean dialog_compat = FALSE;
/* Usage displaying */
#define HELP_TEXT1 \
"Xdialog v"VERSION" by Thierry Godefroy <xdialog@free.fr> (v1.0 was\n\
written by Alfred at Cyberone Internet <alfred@cyberone.com.au>).\n\
Xdialog home page available at: http://xdialog.dyns.net/\n\
\n\
Usage: "
#define HELP_TEXT2 \
" [<common options>] [<transient options>] <box option> ...\n\
\n\
Common options:\n\
|
|
>
|
|
>
>
|
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
/* (c)dialog compatibility flag */
gboolean dialog_compat = FALSE;
/* Usage displaying */
#define HELP_TEXT1 \
"Xdialog v"VERSION" by jamesbond3142 \n\
v1.1.0 - v2.3.1 was written Thierry Godefroy <xdialog@free.fr>\n\
v1.0 was written by Alfred at Cyberone Internet <alfred@cyberone.com.au>).\n\
Xdialog home page available at: \n\
http://xdialog.free.fr/\n\
http://chiselapp.com/user/jamesbond/repository/xdialog/index\n\
\n\
Usage: "
#define HELP_TEXT2 \
" [<common options>] [<transient options>] <box option> ...\n\
\n\
Common options:\n\
|