diff options
author | Arx Cruz <arxcruz@src.gnome.org> | 2011-07-06 14:55:30 -0300 |
---|---|---|
committer | Arx Cruz <arxcruz@src.gnome.org> | 2011-07-06 14:58:49 -0300 |
commit | d8954d9222654f645ebdcc1752c70be97faaae45 (patch) | |
tree | 932c7d93975fd790565b1ffb1569bc75249b63d8 /data | |
parent | 0443b025b53759bd195249f1c577ed4dfc952751 (diff) |
Patch for bug #621907
This patch add the option --no-markup in the info, warning, error and question dialogs
So if the user wants to use & \ ' and other symbols, now he can, and no error will be
showed.
Diffstat (limited to 'data')
-rw-r--r-- | data/zenity.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/zenity.1 b/data/zenity.1 index dba0aa2..5cde33b 100644 --- a/data/zenity.1 +++ b/data/zenity.1 @@ -122,6 +122,9 @@ Set the dialog text .TP .B \-\-no\-wrap Do not enable text wrapping +.TP +.B \-\-no\-markup +Do not enable pango markup .PP File selection options @@ -156,6 +159,9 @@ Set the dialog text .TP .B \-\-no\-wrap Do not enable text wrapping +.TP +.B \-\-no\-markup +Do not enable pango markup .PP List options @@ -234,6 +240,9 @@ Set the dialog text .B \-\-no\-wrap Do not enable text wrapping .TP +.B \-\-no\-markup +Do not enable pango markup +.TP .B \-\-ok\-label Set the text of the OK button .TP @@ -268,6 +277,9 @@ Set the dialog text .TP .B \-\-no\-wrap Do not enable text wrapping +.TP +.B \-\-no\-markup +Do not enable pango markup .PP Scale options |