summaryrefslogtreecommitdiff
path: root/cocoa/gui.h
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-29 10:24:54 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-29 10:24:54 +0000
commitb1d96fcd6bf7d54ee921f446fe26d3f6210f9c02 (patch)
treed33931e58eddd6af56549a21894637eb587949a3 /cocoa/gui.h
parent672cb3741211f24404c556dba67b953a4414664e (diff)
downloadnetsurf-b1d96fcd6bf7d54ee921f446fe26d3f6210f9c02.tar.gz
netsurf-b1d96fcd6bf7d54ee921f446fe26d3f6210f9c02.tar.bz2
Download window asks if download should be cancelled before being closed and displays an estimate of the time remaining.
svn path=/trunk/netsurf/; revision=11521
Diffstat (limited to 'cocoa/gui.h')
-rw-r--r--cocoa/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/gui.h b/cocoa/gui.h
index df2c23fde..b4b78466e 100644
--- a/cocoa/gui.h
+++ b/cocoa/gui.h
@@ -23,5 +23,6 @@ extern NSString * const kURLsFileOption;
extern NSString * const kHotlistFileOption;
extern NSString * const kHomepageURLOption;
extern NSString * const kOptionsFileOption;
+extern NSString * const kAlwaysCancelDownload;
void cocoa_autorelease( void );