diff --git a/ChangeLog b/ChangeLog
index 51b2fc62b04e5811c38692b0f4c11308b041fc2e..e0a5e423524d12779ee09fb3ce62cb04649cb038 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-08	Benedikt Meurer <benny@xfce.org>
+
+	* thunar/thunar-window.c(thunar_window_action_about): Fix the copyright
+	  date.
+
 2006-02-07	Benedikt Meurer <benny@xfce.org>
 
 	* thunar/thunar-application.{c,h}: Add thunar_application_take_window(),
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index a96881332ec349a3abc2ee2112585d6f49d1604e..ad4725b24a826178db526b5dcde48522ae65910f 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -1519,7 +1519,7 @@ thunar_window_action_about (GtkAction    *action,
   gtk_show_about_dialog (GTK_WINDOW (window),
                          "authors", authors,
                          "comments", _("Thunar is a fast and easy to use file manager\nfor the Xfce Desktop Environment."),
-                         "copyright", "Copyright \302\251 2004-2005 Benedikt Meurer",
+                         "copyright", "Copyright \302\251 2004-2006 Benedikt Meurer",
                          "license", license,
                          "logo", logo,
                          "name", PACKAGE_NAME,