diff options
Diffstat (limited to 'src/prefsparser.cc')
-rw-r--r-- | src/prefsparser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefsparser.cc b/src/prefsparser.cc index ee1d9d02..b5ab1b17 100644 --- a/src/prefsparser.cc +++ b/src/prefsparser.cc @@ -248,6 +248,7 @@ void PrefsParser::parse(FILE *fp) PREFS_FRACTION_100, 0 }, { "stretchability_factor", &prefs.stretchability_factor, PREFS_FRACTION_100, 0 }, + { "link_action", &prefs.link_actions, PREFS_STRINGS, 0 }, { "zoom_factor", &prefs.zoom_factor, PREFS_DOUBLE, 0 } }; // changing the LC_NUMERIC locale (temporarily) to C |