summaryrefslogtreecommitdiff
path: root/riscos/options.h
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2006-02-07 16:16:23 +0000
committerAdrian Lees <adrian@aemulor.com>2006-02-07 16:16:23 +0000
commit57c86c8c0ea8f96756aedb09b3bd29d091e51f5a (patch)
tree0e5cc0a84262b3626c5b88e34cd1c93be39516c1 /riscos/options.h
parent6be0b8e60c81013ece5376779f4c3f30292c93c9 (diff)
downloadnetsurf-57c86c8c0ea8f96756aedb09b3bd29d091e51f5a.tar.gz
netsurf-57c86c8c0ea8f96756aedb09b3bd29d091e51f5a.tar.bz2
[project @ 2006-02-07 16:16:23 by adrianl]
Confirmation before overwriting with download files; Interface Choices dialog svn path=/import/netsurf/; revision=2061
Diffstat (limited to 'riscos/options.h')
-rw-r--r--riscos/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscos/options.h b/riscos/options.h
index 2a39aeb08..5864bcdf0 100644
--- a/riscos/options.h
+++ b/riscos/options.h
@@ -57,6 +57,7 @@ extern bool option_url_suggestion;
extern int option_image_memory_direct; /* -1 means auto-detect */
extern int option_image_memory_compressed; /* -1 means auto-detect */
extern bool option_strip_extensions;
+extern bool option_confirm_overwrite;
extern char *option_url_path;
extern char *option_url_save;
extern char *option_hotlist_path;
@@ -107,6 +108,7 @@ bool option_url_suggestion = true; \
int option_image_memory_direct = -1; \
int option_image_memory_compressed = -1; \
bool option_strip_extensions = true; \
+bool option_confirm_overwrite = true; \
char *option_url_path = 0; \
char *option_url_save = 0; \
char *option_hotlist_path = 0; \
@@ -157,6 +159,7 @@ char *option_theme_save = 0;
{ "image_memory_direct", OPTION_INTEGER, &option_image_memory_direct }, \
{ "image_memory_compressed",OPTION_INTEGER, &option_image_memory_compressed }, \
{ "strip_extensions", OPTION_BOOL, &option_strip_extensions }, \
+{ "confirm_overwrite", OPTION_BOOL, &option_confirm_overwrite }, \
{ "url_path", OPTION_STRING, &option_url_path }, \
{ "url_save", OPTION_STRING, &option_url_save }, \
{ "hotlist_path", OPTION_STRING, &option_hotlist_path }, \