From f48b5ba6410a5d449fad026e870e2c3e5e0fcf53 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 28 Oct 2010 15:35:40 +0000 Subject: Add SPDefaultPasteboardDragType constant. --- Source/SPConstants.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPConstants.m') diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 3dadf8c4..1b76d688 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -39,6 +39,7 @@ NSString *SPKillProcessConnectionMode = @"SPKillProcessConnectionMode NSString *SPDefaultMonospacedFontName = @"Monaco"; // Table view drag types +NSString *SPDefaultPasteboardDragType = @"SequelProPasteboard"; NSString *SPFavoritesPasteboardDragType = @"SPFavoritesPasteboard"; NSString *SPContentFilterPasteboardDragType = @"SPContentFilterPasteboard"; -- cgit v1.2.3