Mercurial > libervia-backend
changeset 1108:6bdcaeafca11
core (constants): fixed bad XMLUI level constants
| author | Goffi <goffi@goffi.org> |
|---|---|
| date | Wed, 20 Aug 2014 21:15:04 +0200 |
| parents | 8e15eeb3cfc3 |
| children | 0a448c947038 |
| files | src/core/constants.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/core/constants.py Wed Aug 13 18:39:46 2014 +0200 +++ b/src/core/constants.py Wed Aug 20 21:15:04 2014 +0200 @@ -114,8 +114,8 @@ XMLUI_DATA_MESS = "message" XMLUI_DATA_LVL = "level" XMLUI_DATA_LVL_INFO = "info" - XMLUI_DATA_LVL_WARNING = "info" - XMLUI_DATA_LVL_ERROR = "info" + XMLUI_DATA_LVL_WARNING = "warning" + XMLUI_DATA_LVL_ERROR = "error" XMLUI_DATA_LVL_DEFAULT = XMLUI_DATA_LVL_INFO XMLUI_DATA_BTNS_SET = "buttons_set" XMLUI_DATA_BTNS_SET_OKCANCEL = "ok/cancel"
