diff --git a/ChangeLog b/ChangeLog
index 3f948e9128083b2415907771c103edc0d8c4ccde..8bed7c719b664f4b5a5b752a2b96a321a9b435be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-18	Benedikt Meurer <benny@xfce.org>
+
+	* thunar/thunar-dialogs.c(thunar_dialogs_show_about): Use (translatable)
+	  license GPL text provided by libxfce4util.
+
 2006-04-17	Benedikt Meurer <benny@xfce.org>
 
 	* docs/manual/es/Thunar.xml.in, po-doc/es.po: Update spanish
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index de1ebb88dc8520e9729a352921b79e7f20c69a66..ece64ef673cffa3b9616fc6e37835b74f19b4dbe 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -64,21 +64,6 @@ thunar_dialogs_show_about (GtkWindow   *parent,
     NULL,
   };
 
-  static const gchar license[] =
-    "This program is free software; you can redistribute it and/or modify it\n"
-    "under the terms of the GNU General Public License as published by the Free\n"
-    "Software Foundation; either version 2 of the License, or (at your option)\n"
-    "any later version.\n"
-    "\n"
-    "This program is distributed in the hope that it will be useful, but WITHOUT\n"
-    "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n"
-    "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n"
-    "more details.\n"
-    "\n"
-    "You should have received a copy of the GNU General Public License along with\n"
-    "this program; if not, write to the Free Software Foundation, Inc., 59 Temple\n"
-    "Place, Suite 330, Boston, MA  02111-1307  USA.\n";
-
   GdkPixbuf *logo;
   va_list    args;
   gchar     *comments;
@@ -104,7 +89,7 @@ thunar_dialogs_show_about (GtkWindow   *parent,
                          "copyright", "Copyright \302\251 2004-2006 Benedikt Meurer",
                          "destroy-with-parent", TRUE,
                          "documenters", documenters,
-                         "license", license,
+                         "license", XFCE_LICENSE_GPL,
                          "logo", logo,
                          "modal", TRUE,
                          "name", title,