aboutsummaryrefslogtreecommitdiff
path: root/src/dillo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dillo.cc')
-rw-r--r--src/dillo.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dillo.cc b/src/dillo.cc
index 40740118..0b04e804 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -2,7 +2,7 @@
* Dillo web browser
*
* Copyright 1999-2007 Jorge Arellano Cid <jcid@dillo.org>
- * Copyright 2024 Rodrigo Arias Mallo <rodarima@gmail.com>
+ * Copyright 2024-2025 Rodrigo Arias Mallo <rodarima@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -496,6 +496,8 @@ int main(int argc, char **argv)
a_UIcmd_init();
StyleEngine::init();
+ Keys::genAboutKeys();
+
dw::core::Widget::setAdjustMinWidth (prefs.adjust_min_width);
dw::Table::setAdjustTableMinWidth (prefs.adjust_table_min_width);
dw::Textblock::setPenaltyHyphen (prefs.penalty_hyphen);