diff options
| author | rsudev <rasch@munin-soft.de> | 2013-02-18 22:04:36 +0100 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-02-18 22:22:22 +0100 |
| commit | deb10abf3c288b7c453626e5126ebc912a24bc03 (patch) | |
| tree | a1a26f5fba27677b6914a755c7f407dcc139424b /main/src/cgeo/geocaching/enumerations | |
| parent | 8449a5359f0e554ddd962167cff91e20e21cf4bb (diff) | |
| download | cgeo-deb10abf3c288b7c453626e5126ebc912a24bc03.zip cgeo-deb10abf3c288b7c453626e5126ebc912a24bc03.tar.gz cgeo-deb10abf3c288b7c453626e5126ebc912a24bc03.tar.bz2 | |
ImageUpload - fine-tuning
Removed test code and comments
Some error-handling
Localizability
Diffstat (limited to 'main/src/cgeo/geocaching/enumerations')
| -rw-r--r-- | main/src/cgeo/geocaching/enumerations/StatusCode.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/enumerations/StatusCode.java b/main/src/cgeo/geocaching/enumerations/StatusCode.java index dc62225..102b9e9 100644 --- a/main/src/cgeo/geocaching/enumerations/StatusCode.java +++ b/main/src/cgeo/geocaching/enumerations/StatusCode.java @@ -23,7 +23,8 @@ public enum StatusCode { LOG_POST_ERROR(R.string.err_log_post_failed), NO_LOG_TEXT(R.string.warn_log_text_fill), NO_DATA_FROM_SERVER(R.string.err_log_failed_server), - NOT_LOGGED_IN(R.string.init_login_popup_failed); + NOT_LOGGED_IN(R.string.init_login_popup_failed), + LOGIMAGE_POST_ERROR(R.string.err_logimage_post_failed); final private int error_string; |
