diff options
Diffstat (limited to 'src/dillo.cc')
-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 7fa471c8..faad050f 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -366,6 +366,7 @@ int main(int argc, char **argv) a_Bw_init(); a_Cookies_init(); a_Auth_init(); + a_UIcmd_init(); dw::Textblock::setPenaltyHyphen (prefs.penalty_hyphen); dw::Textblock::setPenaltyHyphen2 (prefs.penalty_hyphen_2); |