]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
Update the copyright year on the About dialog.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Mar 2012 19:20:20 +0000 (15:20 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Mar 2012 19:20:20 +0000 (15:20 -0400)
configure.ac.in [new file with mode: 0644]
panel-plugin/xfce4-hdaps-dialogs.c

diff --git a/configure.ac.in b/configure.ac.in
new file mode 100644 (file)
index 0000000..45e3fb1
--- /dev/null
@@ -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
index d03a6a7a482f10956bcc67059d47f1d5d22f4ff7..364fef4e8335437341fc8eddada2313c9b1f2e57 100644 (file)
@@ -220,7 +220,7 @@ static void hdaps_mailto_handler(GtkAboutDialog *about,
 
 void hdaps_about(XfcePanelPlugin *plugin) {
   const gchar *authors[] = { "Michael Orlitzky <michael@orlitzky.com>", 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);