diff options
| author | rel00p <rel00p@gmx.net> | 2013-12-08 23:07:02 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-12-16 08:08:02 +0100 |
| commit | e0b00544959d0a1ef99bb783fb08823bfe8afb1c (patch) | |
| tree | 71f476a35b24b334b97faaa16d917312188f1a66 /main/src/cgeo/geocaching/enumerations | |
| parent | 7cce6bf5096b3ffa0653d33c57f9d554272ef01e (diff) | |
| download | cgeo-e0b00544959d0a1ef99bb783fb08823bfe8afb1c.zip cgeo-e0b00544959d0a1ef99bb783fb08823bfe8afb1c.tar.gz cgeo-e0b00544959d0a1ef99bb783fb08823bfe8afb1c.tar.bz2 | |
extremcaching connector added logging capabillity
Diffstat (limited to 'main/src/cgeo/geocaching/enumerations')
| -rw-r--r-- | main/src/cgeo/geocaching/enumerations/StatusCode.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/enumerations/StatusCode.java b/main/src/cgeo/geocaching/enumerations/StatusCode.java index 8c1db47..e1a1aaa 100644 --- a/main/src/cgeo/geocaching/enumerations/StatusCode.java +++ b/main/src/cgeo/geocaching/enumerations/StatusCode.java @@ -22,6 +22,7 @@ public enum StatusCode { PREMIUM_ONLY(R.string.err_premium_only), MAINTENANCE(R.string.err_maintenance), LOG_POST_ERROR(R.string.err_log_post_failed), + LOG_POST_ERROR_EC(R.string.err_log_post_failed_ec), 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), |
