From 9a77e41fecb3489b069aa7b1bb52ba56f1052819 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Mon, 13 Jan 2003 17:35:57 +0000 Subject: Localise output of --calendar dialog by default (using nl_langinfo), and provide a --date-format option to provide a strftime-style format for the returned date. --- src/zenity.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/zenity.h') 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 +#include #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 { -- cgit v1.2.3-54-g00ecf