diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-28 15:35:40 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-28 15:35:40 +0000 |
commit | f48b5ba6410a5d449fad026e870e2c3e5e0fcf53 (patch) | |
tree | a358fb72201d9c70f2a7d05909cab9fc7eabe8c0 /Source/SPConstants.h | |
parent | c48e2762b6906f4751f9918af379d01b42647e46 (diff) | |
download | sequelpro-f48b5ba6410a5d449fad026e870e2c3e5e0fcf53.tar.gz sequelpro-f48b5ba6410a5d449fad026e870e2c3e5e0fcf53.tar.bz2 sequelpro-f48b5ba6410a5d449fad026e870e2c3e5e0fcf53.zip |
Add SPDefaultPasteboardDragType constant.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index fd8c3af6..a3665661 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -211,9 +211,9 @@ extern NSString *SPKillProcessConnectionMode; extern NSString *SPDefaultMonospacedFontName; // Table view drag types +extern NSString *SPDefaultPasteboardDragType; extern NSString *SPFavoritesPasteboardDragType; extern NSString *SPContentFilterPasteboardDragType; -extern NSString *SPQueryFavortiesPasteboardDragType; // File extensions extern NSString *SPFileExtensionDefault; |