aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/LogEntry.java
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2013-09-13 09:30:03 +0200
committerSamuel Tardieu <sam@rfc1149.net>2013-09-13 09:46:36 +0200
commit1682653cd798bfab721cd1bd53cecf5a90ca98b2 (patch)
tree0c0dacff7e5f801523f4e0f9c764745fd7dd2fee /main/src/cgeo/geocaching/LogEntry.java
parent48f881c71cb3ea50794c83d9d2ada091fc6c86c2 (diff)
downloadcgeo-1682653cd798bfab721cd1bd53cecf5a90ca98b2.zip
cgeo-1682653cd798bfab721cd1bd53cecf5a90ca98b2.tar.gz
cgeo-1682653cd798bfab721cd1bd53cecf5a90ca98b2.tar.bz2
refactoring: cgeoapplication -> CgeoApplication
Diffstat (limited to 'main/src/cgeo/geocaching/LogEntry.java')
-rw-r--r--main/src/cgeo/geocaching/LogEntry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/LogEntry.java b/main/src/cgeo/geocaching/LogEntry.java
index a01c431..3c9f2b6 100644
--- a/main/src/cgeo/geocaching/LogEntry.java
+++ b/main/src/cgeo/geocaching/LogEntry.java
@@ -89,7 +89,7 @@ public final class LogEntry {
}
}
if (titles.isEmpty()) {
- titles.add(cgeoapplication.getInstance().getString(R.string.cache_log_image_default_title));
+ titles.add(CgeoApplication.getInstance().getString(R.string.cache_log_image_default_title));
}
return StringUtils.join(titles, ", ");
}