summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index ac6c4f8..8865cd9 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -60,6 +60,8 @@ typedef struct {
gchar *dialog_text;
MsgMode mode;
gboolean no_wrap;
+ gchar *ok_label;
+ gchar *cancel_label;
} ZenityMsgData;
typedef struct {