From ee18e3a1cbf336233d988a888e1e1b060ec6d814 Mon Sep 17 00:00:00 2001
From: Benedikt Meurer <benny@xfce.org>
Date: Tue, 18 Apr 2006 21:36:23 +0000
Subject: [PATCH] 2006-04-18	Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-dialogs.c(thunar_dialogs_show_about): Use (translatable)
	  license GPL text provided by libxfce4util.




(Old svn revision: 21069)
---
 ChangeLog               |  5 +++++
 thunar/thunar-dialogs.c | 17 +----------------
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3f948e912..8bed7c719 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 de1ebb88d..ece64ef67 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,
-- 
GitLab