summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenity.h b/src/zenity.h
index 9df373c..a3def00 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -6,7 +6,7 @@
G_BEGIN_DECLS
#ifdef ENABLE_NLS
-#include<libintl.h>
+#include <libintl.h>
#define _(String) dgettext(GETTEXT_PACKAGE,String)
#ifdef gettext_noop
#define N_(String) gettext_noop(String)
@@ -34,6 +34,7 @@ typedef struct {
gint day;
gint month;
gint year;
+ gchar *date_format;
} ZenityCalendarData;
typedef enum {