diff options
Diffstat (limited to 'src/zenity.h')
-rw-r--r-- | src/zenity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h index fd744b67..22ffca71 100644 --- a/src/zenity.h +++ b/src/zenity.h @@ -60,6 +60,7 @@ typedef struct { gchar *dialog_text; MsgMode mode; gboolean no_wrap; + gboolean no_markup; gchar *ok_label; gchar *cancel_label; } ZenityMsgData; |