diff options
| author | mucek4 <tomaz@gorenc.org> | 2011-10-19 08:54:17 +0200 |
|---|---|---|
| committer | mucek4 <tomaz@gorenc.org> | 2011-10-19 08:54:17 +0200 |
| commit | fc04e234e2b4806a1b01ae1f3b652e50b552e15d (patch) | |
| tree | c38bf7a69376b509841d54adaf73923730c95a67 /main/src/cgeo/geocaching/cgBase.java | |
| parent | 3a7fa06dfe8956eae8c6fd05547c8fccd1699ce4 (diff) | |
| download | cgeo-fc04e234e2b4806a1b01ae1f3b652e50b552e15d.zip cgeo-fc04e234e2b4806a1b01ae1f3b652e50b552e15d.tar.gz cgeo-fc04e234e2b4806a1b01ae1f3b652e50b552e15d.tar.bz2 | |
Re-commit after Samuel's comment.
Diffstat (limited to 'main/src/cgeo/geocaching/cgBase.java')
| -rw-r--r-- | main/src/cgeo/geocaching/cgBase.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/src/cgeo/geocaching/cgBase.java b/main/src/cgeo/geocaching/cgBase.java index 12e0651..7b4fbfa 100644 --- a/main/src/cgeo/geocaching/cgBase.java +++ b/main/src/cgeo/geocaching/cgBase.java @@ -537,8 +537,7 @@ public class cgBase { public static void switchToEnglish(String previousPage) { final String ENGLISH = "English▼"; - if (previousPage != null && previousPage.indexOf(ENGLISH) > 0) - { + if (previousPage != null && previousPage.indexOf(ENGLISH) > 0) { Log.i(Settings.tag, "Geocaching.com language already set to English"); } else { final String page = getResponseData(request("http://www.geocaching.com/default.aspx", null, false)); @@ -3430,7 +3429,7 @@ public class cgBase { /** * Generate a numeric date and time string according to system-wide settings (locale, * date format) such as "7 sept. à 12:35". - * + * * @param context * a Context * @param date |
