summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorMike Newman <MikeGTN@src.gnome.org>2003-01-13 17:35:57 +0000
committerMike Newman <MikeGTN@src.gnome.org>2003-01-13 17:35:57 +0000
commit9a77e41fecb3489b069aa7b1bb52ba56f1052819 (patch)
tree375f81fad95ab0e83802d6805e0953de00794da1 /src/zenity.h
parent69636459e1faf1ce41685550cf7aec59acfbac39 (diff)
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.
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 {