summaryrefslogtreecommitdiff
path: root/cocoa/gui.m
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.m
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.m')
-rw-r--r--cocoa/gui.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/gui.m b/cocoa/gui.m
index 33ab922d3..9bb1bab36 100644
--- a/cocoa/gui.m
+++ b/cocoa/gui.m
@@ -45,6 +45,7 @@ NSString * const kURLsFileOption = @"URLsFile";
NSString * const kHotlistFileOption = @"Hotlist";
NSString * const kHomepageURLOption = @"HomepageURL";
NSString * const kOptionsFileOption = @"ClassicOptionsFile";
+NSString * const kAlwaysCancelDownload = @"AlwaysCancelDownload";
#define UNIMPL() NSLog( @"Function '%s' unimplemented", __func__ )