[gimp/soc-2011-seamless-clone2] app: remove <> around the gnu.org URL in GIMP_LICENSE



commit e1fa0bdc6b081f0ade9439b99b25cd08537abcba
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.

 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]