diff options
author | Sebastian Geerken <devnull@localhost> | 2012-11-14 14:04:25 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-11-14 14:04:25 +0100 |
commit | 53e9245bcbaea2b7b4485369aa2289f1d102f26c (patch) | |
tree | 686a6e3125fca5c7889d2010633d697704bf33c9 /src/dillo.cc | |
parent | 7a991750e1f7bdfe6bd39f95343cc742d00c6596 (diff) |
Cleaned up preferences.
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index 173ac036..cb522b8a 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -50,6 +50,7 @@ #include "auth.h" #include "dw/fltkcore.hh" +#include "dw/textblock.hh" /* * Command line options structure @@ -359,6 +360,8 @@ int main(int argc, char **argv) a_Cookies_init(); a_Auth_init(); + dw::Textblock::init (prefs.penalty_hyphen, prefs.penalty_hyphen_2); + /* command line options override preferences */ if (options_got & DILLO_CLI_FULLWINDOW) prefs.fullwindow_start = TRUE; |