From b291388aea60f9c8b5501550e8668266ba621ab5 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Tue, 26 Dec 2006 20:36:17 +0000 Subject: [PATCH] Fix a google version number change --- ChangeLog | 4 ++++ src/google.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 08827d44..4df1e655 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-26 +Quy Tonthat : + * Fix a google version number change (at least in Australia). + 2006-12-07 Quy Tonthat : * Fix an array overflow bug in Map Layer Properties diff --git a/src/google.c b/src/google.c index d5d5dab3..c4375434 100644 --- a/src/google.c +++ b/src/google.c @@ -82,7 +82,7 @@ static void real_google_download ( MapCoord *src, const gchar *dest_fn, const ch void google_download ( MapCoord *src, const gchar *dest_fn ) { - real_google_download ( src, dest_fn, "w2.25" ); + real_google_download ( src, dest_fn, "w2.35" ); } void google_trans_download ( MapCoord *src, const gchar *dest_fn ) -- 2.39.5