[gimp/gimp-2-8] app: remove <> around the gnu.org URL in GIMP_LICENSE



commit 19176e016670999b9ff3cf1d3a1a737b94425630
Author: Michael Natterer <mitch gimp org>
Date:   Thu Mar 21 23:59:49 2013 +0100

    app: remove <> around the gnu.org URL in GIMP_LICENSE
    
    because GtkAboutDialog interprets it as email address.
    (cherry picked from commit 19d417a745fc2faadfbfb67bd8b47d75042fd7d0)

 app/about.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/about.h b/app/about.h
index 24389b0..b90bfc8 100644
--- a/app/about.h
+++ b/app/about.h
@@ -42,7 +42,7 @@
     "GNU General Public License for more details."                       \
     "\n\n"                                                               \
     "You should have received a copy of the GNU General Public License " \
-    "along with GIMP.  If not, see <http://www.gnu.org/licenses/>.")
+    "along with GIMP.  If not, see http://www.gnu.org/licenses/.";)
 
 
 #endif /* __ABOUT_H__ */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]