[geocode-glib] geoip-update: Remove linefeed in attribution text



commit 23054114410a79cd1071817d2d96e70d38cd95a4
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jun 19 16:56:58 2013 +0200

    geoip-update: Remove linefeed in attribution text
    
    The presentation software can do its own layouting.

 geocode-glib/geocode-ip-server/geoip-lookup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/geocode-glib/geocode-ip-server/geoip-lookup.c b/geocode-glib/geocode-ip-server/geoip-lookup.c
index 6f0033f..0d90d34 100644
--- a/geocode-glib/geocode-ip-server/geoip-lookup.c
+++ b/geocode-glib/geocode-ip-server/geoip-lookup.c
@@ -11,7 +11,7 @@
 
 #define WIFI_LOOKUP_BASE_URI 
"https://maps.googleapis.com/maps/api/browserlocation/json?browser=firefox&sensor=true";
 
-static const char *attribution_text = "This product includes GeoLite data created by MaxMind, available from 
http://www.maxmind.com\n";;
+static const char *attribution_text = "This product includes GeoLite data created by MaxMind, available from 
http://www.maxmind.com";;
 
 static char *error_message_array [] = {
         "Invalid IP address '%s'",


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