Mercurial > trustbridge
comparison common/errorcodes.h @ 278:539c856cb5da
Ditched warning about no profiles for separate failed add/remove warnings.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Wed, 02 Apr 2014 13:17:04 +0200 |
parents | 22408d797c92 |
children | 9ad00a3255f4 |
comparison
equal
deleted
inserted
replaced
277:22408d797c92 | 278:539c856cb5da |
---|---|
35 | 35 |
36 /* Warning: Failed to read profile.ini */ | 36 /* Warning: Failed to read profile.ini */ |
37 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 | 37 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 |
38 /* Warning: Some profile paths from profile.ini don't exist */ | 38 /* Warning: Some profile paths from profile.ini don't exist */ |
39 #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092 | 39 #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092 |
40 /* Warning: no profiles found */ | 40 /* Warning: could not install some certs */ |
41 #define WARN_MOZ_NO_PROFILES 0x0094 | 41 #define WARN_MOZ_COULD_NOT_ADD_CERT 0x0094 |
42 /* Warning: no profiles found */ | 42 /* Warning: could not remove some certs */ |
43 #define WARN_MOZ_COULD_NOT_ADD_OR_REMOVE_CERT 0x0098 | 43 #define WARN_MOZ_COULD_NOT_REMOVE_CERT 0x0098 |
44 | 44 |
45 #endif | 45 #endif |