summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2009-01-02 20:48:46 +0000
committerNick Schermer <nick@xfce.org>2009-01-02 20:48:46 +0000
commit9cb37e2db56c3328bd1e3500188f043f7f924f3a (patch)
tree49e27360f9b038c4de7718176eb2a10f7fdf5637
parentbc88647e5b256bd7727f0ea46d17cc45cfa9bf29 (diff)
* ...here too...
(Old svn revision: 29087)
-rw-r--r--panel/main.c2
-rw-r--r--panel/panel-app.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/panel/main.c b/panel/main.c
index f39e4c28..75e9d916 100644
--- a/panel/main.c
+++ b/panel/main.c
@@ -99,7 +99,7 @@ main (gint argc, gchar **argv)
if (G_UNLIKELY (opt_version))
{
g_print ("%s %s (Xfce %s)\n\n", PACKAGE_NAME, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", _("Copyright (c) 2004-2007"));
+ g_print ("%s\n", _("Copyright (c) 2004-2009"));
g_print ("\t%s\n\n", _("The Xfce development team. All rights reserved."));
g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
g_print ("\n");
diff --git a/panel/panel-app.c b/panel/panel-app.c
index 4b3121c5..ae4b0a20 100644
--- a/panel/panel-app.c
+++ b/panel/panel-app.c
@@ -963,7 +963,7 @@ panel_app_about (GtkWidget *panel)
GdkPixbuf *pb;
info = xfce_about_info_new (_("Xfce Panel"), "", _("Xfce Panel"),
- XFCE_COPYRIGHT_TEXT ("2006", "Jasper Huijsmans"),
+ XFCE_COPYRIGHT_TEXT ("2009", "Jasper Huijsmans"),
XFCE_LICENSE_GPL);
xfce_about_info_set_homepage (info, "http://www.xfce.org");