From b1d96fcd6bf7d54ee921f446fe26d3f6210f9c02 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Sat, 29 Jan 2011 10:24:54 +0000 Subject: 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 --- cocoa/gui.m | 1 + 1 file changed, 1 insertion(+) (limited to 'cocoa/gui.m') 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__ ) -- cgit v1.2.3