X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=panel-plugin%2Fxfce4-hdaps-dialogs.c;h=364fef4e8335437341fc8eddada2313c9b1f2e57;hb=937fa0c0d3dd847fab7ec083b006e08aa80e079c;hp=d03a6a7a482f10956bcc67059d47f1d5d22f4ff7;hpb=2eda16ca596e8340605ad931ac59445ca53296f6;p=xfce4-hdaps.git 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);