From 937fa0c0d3dd847fab7ec083b006e08aa80e079c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 30 Mar 2012 15:20:20 -0400 Subject: [PATCH] Update the copyright year on the About dialog. --- configure.ac.in | 9 +++++++++ panel-plugin/xfce4-hdaps-dialogs.c | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 configure.ac.in diff --git a/configure.ac.in b/configure.ac.in new file mode 100644 index 0000000..45e3fb1 --- /dev/null +++ b/configure.ac.in @@ -0,0 +1,9 @@ +AC_PROG_INSTALL +AC_PROG_INTLTOOL + +dnl Initialize libtool +LT_PREREQ([2.2.6]) +LT_INIT([disable-static]) + +dnl Check for standard header files +AC_HEADER_STDC diff --git a/panel-plugin/xfce4-hdaps-dialogs.c b/panel-plugin/xfce4-hdaps-dialogs.c index d03a6a7..364fef4 100644 --- a/panel-plugin/xfce4-hdaps-dialogs.c +++ b/panel-plugin/xfce4-hdaps-dialogs.c @@ -220,7 +220,7 @@ static void hdaps_mailto_handler(GtkAboutDialog *about, void hdaps_about(XfcePanelPlugin *plugin) { const gchar *authors[] = { "Michael Orlitzky ", NULL }; - const gchar *copyright = "Copyright \302\251 2011 Michael Orlitzky"; + const gchar *copyright = "Copyright \302\251 2012 Michael Orlitzky"; gtk_about_dialog_set_url_hook(hdaps_url_handler, NULL, NULL); gtk_about_dialog_set_email_hook(hdaps_mailto_handler, NULL, NULL); -- 2.43.2