Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- a/common/errorcodes.h Wed Apr 02 13:10:40 2014 +0200 +++ b/common/errorcodes.h Wed Apr 02 13:17:04 2014 +0200 @@ -37,9 +37,9 @@ #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 /* Warning: Some profile paths from profile.ini don't exist */ #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092 -/* Warning: no profiles found */ -#define WARN_MOZ_NO_PROFILES 0x0094 -/* Warning: no profiles found */ -#define WARN_MOZ_COULD_NOT_ADD_OR_REMOVE_CERT 0x0098 +/* Warning: could not install some certs */ +#define WARN_MOZ_COULD_NOT_ADD_CERT 0x0094 +/* Warning: could not remove some certs */ +#define WARN_MOZ_COULD_NOT_REMOVE_CERT 0x0098 #endif