diff options
author | Sebastian Geerken <devnull@localhost> | 2013-12-20 21:59:01 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-12-20 21:59:01 +0100 |
commit | 163e393444f77ac697eb74580355b3c70c1c7800 (patch) | |
tree | a51059d7a53f3353f33e07cca3699ae4b8d6da76 /src | |
parent | 6c7572f8bd23064f96ba716e1ba8ba8a34847001 (diff) |
RTFL messages.
Diffstat (limited to 'src')
-rw-r--r-- | src/dillo.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index 2b9f1645..5a67946b 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -379,6 +379,7 @@ int main(int argc, char **argv) DBG_OBJ_COLOR("#c0ff80", "dw::*"); DBG_OBJ_COLOR("#c0c0ff", "dw::fltk::*"); DBG_OBJ_COLOR("#ffa0a0", "dw::core::*"); + DBG_OBJ_COLOR("#ffe0a0", "dw::core::style::*"); uint_t opt_id; uint_t options_got = 0; |