Mercurial > trustbridge
diff common/errorcodes.h @ 147:fc9af77b06b9
Completed profile.ini parser.
Debug main() allows to give an mozilla ini file as argument, and
outputs extracted profile paths.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 17:24:37 +0100 |
parents | 27ebd96798c4 |
children | 0df62decff90 |
line wrap: on
line diff
--- a/common/errorcodes.h Mon Mar 24 17:23:06 2014 +0100 +++ b/common/errorcodes.h Mon Mar 24 17:24:37 2014 +0100 @@ -27,5 +27,7 @@ /* Warning: Failed to read profile.ini */ #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 #endif