Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
146:306e4db11761 | 147:fc9af77b06b9 |
---|---|
25 * Warnings might be ORed together ... | 25 * Warnings might be ORed together ... |
26 */ | 26 */ |
27 | 27 |
28 /* Warning: Failed to read profile.ini */ | 28 /* Warning: Failed to read profile.ini */ |
29 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 | 29 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 |
30 /* Warning: Some profile paths from profile.ini don't exist */ | |
31 #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092 | |
30 | 32 |
31 #endif | 33 #endif |