X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=blobdiff_plain;f=panel-plugin%2Fxfce4-hdaps-dialogs.c;h=d03a6a7a482f10956bcc67059d47f1d5d22f4ff7;hp=fb8a5002037fd019fbc2b6505310019c187c24d0;hb=2eda16ca596e8340605ad931ac59445ca53296f6;hpb=3d349c5c0aa33b0509992fae727777414aee836b diff --git a/panel-plugin/xfce4-hdaps-dialogs.c b/panel-plugin/xfce4-hdaps-dialogs.c index fb8a500..d03a6a7 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 2010 Michael Orlitzky"; + const gchar *copyright = "Copyright \302\251 2011 Michael Orlitzky"; gtk_about_dialog_set_url_hook(hdaps_url_handler, NULL, NULL); gtk_about_dialog_set_email_hook(hdaps_mailto_handler, NULL, NULL);