diff options
Diffstat (limited to 'riscos/options.h')
-rw-r--r-- | riscos/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/options.h b/riscos/options.h index 9ee35929d..cb2b78bd8 100644 --- a/riscos/options.h +++ b/riscos/options.h @@ -53,6 +53,7 @@ NSOPTION_BOOL(no_plugins, false) NSOPTION_BOOL(block_popups, false) NSOPTION_BOOL(strip_extensions, false) NSOPTION_BOOL(confirm_overwrite, true) +NSOPTION_BOOL(confirm_hotlist_remove, true) NSOPTION_STRING(url_path, "NetSurf:URL") NSOPTION_STRING(url_save, CHOICES_PREFIX "URL") NSOPTION_STRING(hotlist_path, "NetSurf:Hotlist") |